summaryrefslogtreecommitdiffstats
path: root/apps/user_status/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-07 08:56:12 +0100
committerJoas Schilling <coding@schilljs.com>2022-02-07 09:11:42 +0100
commit40e141ee4aa4543adccf9c9ed11bf4859d63b540 (patch)
treec7e858c454431c794e5c198b0b153e8644abbedf /apps/user_status/src
parent26df2c596b4851624afa1ef7534a3a1fbb89dfcf (diff)
downloadnextcloud-server-40e141ee4aa4543adccf9c9ed11bf4859d63b540.tar.gz
nextcloud-server-40e141ee4aa4543adccf9c9ed11bf4859d63b540.zip
Fix selecting user status, clear time and app password scope
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/src')
-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') }}