summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-28 11:43:49 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-11-02 16:31:52 +0100
commit9cc2f25072741d6aa853d6920c35ad6a8d063ee8 (patch)
tree0e0b18517ee1f330d3777db65624f638b2bee0e8 /apps/sharebymail/src
parent3eaca6f0e4f6da6699371734834cbf7a38ef9088 (diff)
downloadnextcloud-server-9cc2f25072741d6aa853d6920c35ad6a8d063ee8.tar.gz
nextcloud-server-9cc2f25072741d6aa853d6920c35ad6a8d063ee8.zip
Update @nextcloud/dialogs@ and fix toasts styling
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/sharebymail/src')
-rw-r--r--apps/sharebymail/src/main-admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/src/main-admin.js b/apps/sharebymail/src/main-admin.js
index 18b31a54e06..ca7af473fa6 100644
--- a/apps/sharebymail/src/main-admin.js
+++ b/apps/sharebymail/src/main-admin.js
@@ -23,7 +23,7 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
-import '@nextcloud/dialogs/styles/toast.scss'
+import '@nextcloud/dialogs/dist/index.css'
import AdminSettings from './components/AdminSettings'