Skip to content

Commit

Permalink
fix: removing fuzzy match (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Aug 6, 2024
1 parent 311b50f commit 0030e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/FormStaffPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -266,7 +266,7 @@ const lookForMatches = (onEmpty: () => void) => {
}
setScrollPoint("top-notification");
});
});*/
};
const moveToNextStep = () => {
Expand Down

0 comments on commit 0030e72

Please sign in to comment.