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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-07 10:56:12 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-07 11:11:42 +0300
commit40e141ee4aa4543adccf9c9ed11bf4859d63b540 (patch)
treec7e858c454431c794e5c198b0b153e8644abbedf /apps/user_status
parent26df2c596b4851624afa1ef7534a3a1fbb89dfcf (diff)
Fix selecting user status, clear time and app password scope
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/src/components/SetStatusModal.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue
index 1e1a78203c3..c3b61db5e86 100644
--- a/apps/user_status/src/components/SetStatusModal.vue
+++ b/apps/user_status/src/components/SetStatusModal.vue
@@ -51,9 +51,9 @@
@change="setMessage"
@submit="saveStatus" />
</div>
- <PredefinedStatusesList @selectStatus="selectPredefinedMessage" />
+ <PredefinedStatusesList @select-status="selectPredefinedMessage" />
<ClearAtSelect :clear-at="clearAt"
- @selectClearAt="setClearAt" />
+ @select-clear-at="setClearAt" />
<div class="status-buttons">
<button class="status-buttons__select" :disabled="isSavingStatus" @click="clearStatus">
{{ $t('user_status', 'Clear status message') }}