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:
483d4cf
)
Update null search term toast message
author
Adam Dullage
<redacted>
Fri, 3 May 2024 17:41:50 +0000
(18:41 +0100)
committer
Adam Dullage
<redacted>
Fri, 3 May 2024 17:41:50 +0000
(18:41 +0100)
client/partials/SearchInput.vue
patch
|
blob
|
history
diff --git
a/client/partials/SearchInput.vue
b/client/partials/SearchInput.vue
index a80fd0ec2603a4d00a8fdb63a4da1635144e3e82..408798bf29ce46006565b8f11315d18b3ce1f6aa 100644
(file)
--- a/
client/partials/SearchInput.vue
+++ b/
client/partials/SearchInput.vue
@@
-37,7
+37,7
@@
function search() {
query: { [constants.params.searchTerm]: searchTerm.value },
});
} else {
- toast.add(getToastOptions("Error", "Please enter a search term", true));
+ toast.add(getToastOptions("Error", "Please enter a search term
.
", true));
}
}
</script>
git clone https://git.99rst.org/PROJECT