diff options
Diffstat (limited to 'apps/updatenotification/src/components/AppChangelogDialog.vue')
-rw-r--r-- | apps/updatenotification/src/components/AppChangelogDialog.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/src/components/AppChangelogDialog.vue b/apps/updatenotification/src/components/AppChangelogDialog.vue index 4cd38498747..0fb7432843c 100644 --- a/apps/updatenotification/src/components/AppChangelogDialog.vue +++ b/apps/updatenotification/src/components/AppChangelogDialog.vue @@ -19,7 +19,7 @@ import { generateOcsUrl } from '@nextcloud/router' import { ref, watchEffect } from 'vue' import axios from '@nextcloud/axios' -import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js' +import NcDialog from '@nextcloud/vue/components/NcDialog' import Markdown from './Markdown.vue' const props = withDefaults( |