Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Fix: Fix Search for History View
Browse files Browse the repository at this point in the history
  • Loading branch information
MeisterSeSe committed Sep 28, 2023
1 parent 30063f2 commit be456bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontendVue3/src/views/Histories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const router = useRouter();
const API_URL = import.meta.env.VITE_APP_DOMAIN;
const { families } = storeToRefs(useFileStore());
const search = '';
const search = ref('');
const dialog = ref(false);
const editedIndex = ref(-1);
const headers = [
Expand Down

0 comments on commit be456bb

Please sign in to comment.