aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-10-17 11:27:47 -0700
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-10-18 08:47:17 +0200
commitb81c76adc788b4b05602c466325fb8b409f336ac (patch)
tree4155a16a1d92da952131a2649f094763a9758049 /apps/sharebymail
parent3b202f21986df80470cd5e9103940981cccee07b (diff)
downloadnextcloud-server-b81c76adc788b4b05602c466325fb8b409f336ac.tar.gz
nextcloud-server-b81c76adc788b4b05602c466325fb8b409f336ac.zip
chore: Remove unnecessary dialogs css imports
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r--apps/sharebymail/src/main-admin.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sharebymail/src/main-admin.js b/apps/sharebymail/src/main-admin.js
index 026128b2f21..4f001dac545 100644
--- a/apps/sharebymail/src/main-admin.js
+++ b/apps/sharebymail/src/main-admin.js
@@ -23,7 +23,6 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
-import '@nextcloud/dialogs/dist/index.css'
import AdminSettings from './components/AdminSettings.vue'