Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-26 17:29:14 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-26 17:29:14 +0300
commit5d22317decefd8ad1cd49c31d5aaa4e861744cf1 (patch)
treea1f056b7508d09139bcb0b500491546e8c7d9947
parent5d9b1ee5f4f423ce5164cc5bddd3274eb93d66e4 (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/components/LeftSidebar/SearchBox/SearchBox.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/SearchBox/SearchBox.vue b/src/components/LeftSidebar/SearchBox/SearchBox.vue
index cb3d11943..c2b164b88 100644
--- a/src/components/LeftSidebar/SearchBox/SearchBox.vue
+++ b/src/components/LeftSidebar/SearchBox/SearchBox.vue
@@ -24,7 +24,7 @@
@submit.prevent="handleSubmit">
<NcTextField ref="searchConversations"
:value.sync="localValue"
- :place-holder="placeholderText"
+ :placeholder="placeholderText"
:show-trailing-button="isSearching"
trailing-button-icon="close"
@trailing-button-click="abortSearch"