Skip to content

Commit 8a1f851

Browse files
skjnldsvnextcloud-command
authored andcommitted
fix: dialogs css import
Signed-off-by: John Molakvoæ <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 1c3c2a0 commit 8a1f851

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.LICENSE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ object-assign
2525
* @license MIT
2626
*/
2727

28+
/*!
29+
* Toastify js 1.12.0
30+
* https://github.com/apvarun/toastify-js
31+
* @license MIT licensed
32+
*
33+
* Copyright (C) 2018 Varun A P
34+
*/
35+
2836
/*!
2937
* Vue.js v2.7.14
3038
* (c) 2014-2022 Evan You

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/Viewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
import Vue from 'vue'
157157
158158
import axios from '@nextcloud/axios'
159-
import '@nextcloud/dialogs/styles/toast.scss'
159+
import '@nextcloud/dialogs/dist/index.css'
160160
import { showError } from '@nextcloud/dialogs'
161161
import { emit, subscribe, unsubscribe } from '@nextcloud/event-bus'
162162

0 commit comments

Comments
 (0)