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 = () => {