From 0030e72838de32c177eae5a7cec51ffa5a54a944 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Tue, 6 Aug 2024 08:41:28 -0700 Subject: [PATCH] fix: removing fuzzy match (#1063) --- frontend/src/pages/FormStaffPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/FormStaffPage.vue b/frontend/src/pages/FormStaffPage.vue index 83617d41c8..8e9e5e1ba4 100644 --- a/frontend/src/pages/FormStaffPage.vue +++ b/frontend/src/pages/FormStaffPage.vue @@ -229,7 +229,7 @@ const onCancel = () => { }; const lookForMatches = (onEmpty: () => void) => { - overlayBus.emit({ isVisible: true, message: "", showLoading: true }); + /*overlayBus.emit({ isVisible: true, message: "", showLoading: true }); fuzzyBus.emit(undefined); errorBus.emit([]); notificationBus.emit(undefined); @@ -266,7 +266,7 @@ const lookForMatches = (onEmpty: () => void) => { } setScrollPoint("top-notification"); - }); + });*/ }; const moveToNextStep = () => {