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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-08-12 10:35:50 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-08-12 10:35:50 +0300
commitc3f3869b65b744752bda3a3fb7847035923afa97 (patch)
treee836871c358e207cc82e0e68b606471b3a6d1802 /src
parenta1951efaddcec52fb4e1756773ccfacc1eb86188 (diff)
Bump @nextcloud/vue to 6.0.0-beta.1fix/noid/bump-nextcloud-vue
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/views/Dashboard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 5893d950..76cd3360 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -73,7 +73,7 @@ import { sort, isTaskInList } from '../store/storeHelper.js'
import { translate as t } from '@nextcloud/l10n'
import { generateUrl } from '@nextcloud/router'
import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
-import ButtonVue from '@nextcloud/vue/dist/Components/Button'
+import ButtonVue from '@nextcloud/vue/dist/Components/ButtonVue'
import DashboardWidget from '@nextcloud/vue/dist/Components/DashboardWidget'
import DashboardWidgetItem from '@nextcloud/vue/dist/Components/DashboardWidgetItem'