summaryrefslogtreecommitdiffstats
path: root/apps/user_status/src
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-08-11 14:33:34 +0200
committerVincent Petry <vincent@nextcloud.com>2022-08-25 08:37:46 +0200
commit708018795863999b674d1e3e900313785893d6a8 (patch)
treeb961cae846572fb1baf8d4ad6cfb8d54f56cf234 /apps/user_status/src
parent405b5de6fa408841fb242d77ca7d37c1fb87efa4 (diff)
downloadnextcloud-server-708018795863999b674d1e3e900313785893d6a8.tar.gz
nextcloud-server-708018795863999b674d1e3e900313785893d6a8.zip
Bump @nextcloud/vue to 6.0.0-beta.3 and related
Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r--apps/user_status/src/components/SetStatusModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue
index 0c95128c8d2..c5387536e57 100644
--- a/apps/user_status/src/components/SetStatusModal.vue
+++ b/apps/user_status/src/components/SetStatusModal.vue
@@ -78,7 +78,7 @@
import { showError } from '@nextcloud/dialogs'
import EmojiPicker from '@nextcloud/vue/dist/Components/EmojiPicker'
import Modal from '@nextcloud/vue/dist/Components/Modal'
-import ButtonVue from '@nextcloud/vue/dist/Components/Button'
+import ButtonVue from '@nextcloud/vue/dist/Components/ButtonVue'
import { getAllStatusOptions } from '../services/statusOptionsService'
import OnlineStatusMixin from '../mixins/OnlineStatusMixin'
import PredefinedStatusesList from './PredefinedStatusesList'