git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e454631
)
Add missing apiErrorHandler import into SearchResults.vue
author
Adam Dullage
<redacted>
Tue, 7 May 2024 20:12:27 +0000
(21:12 +0100)
committer
Adam Dullage
<redacted>
Tue, 7 May 2024 20:12:27 +0000
(21:12 +0100)
client/views/SearchResults.vue
patch
|
blob
|
history
diff --git
a/client/views/SearchResults.vue
b/client/views/SearchResults.vue
index f30ea1cf8e2ccb0ec3aa6cdf3e6b80b507542289..f4df680e294d7fb0140079a88cf191f7254adc04 100644
(file)
--- a/
client/views/SearchResults.vue
+++ b/
client/views/SearchResults.vue
@@
-40,7
+40,7
@@
import { useToast } from "primevue/usetoast";
import { onMounted, ref, watch } from "vue";
import { mdiMagnify } from "@mdi/js";
-import { getNotes } from "../api.js";
+import { getNotes
, apiErrorHandler
} from "../api.js";
import LoadingIndicator from "../components/LoadingIndicator.vue";
import Tag from "../components/Tag.vue";
import SearchInput from "../partials/SearchInput.vue";
git clone https://git.99rst.org/PROJECT