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:
6826be4
)
Fix incorrect handler in SearchModal
author
Adam Dullage
<redacted>
Wed, 8 May 2024 16:32:33 +0000
(17:32 +0100)
committer
Adam Dullage
<redacted>
Wed, 8 May 2024 16:32:33 +0000
(17:32 +0100)
client/partials/SearchModal.vue
patch
|
blob
|
history
diff --git
a/client/partials/SearchModal.vue
b/client/partials/SearchModal.vue
index 20374faca2cc6339f8bffe3a01bc7be109d1947c..739e257186eae016a585d9c0b79b12ff12aba12c 100644
(file)
--- a/
client/partials/SearchModal.vue
+++ b/
client/partials/SearchModal.vue
@@
-1,6
+1,6
@@
<template>
<Modal v-model="isVisible" title="Search">
- <SearchInput @search="toggle" class="mb-4" hidePlaceholder />
+ <SearchInput @search="toggle
Handler
" class="mb-4" hidePlaceholder />
<div class="flex justify-end">
<CustomButton label="Close" @click="toggleHandler" />
</div>
git clone https://git.99rst.org/PROJECT