summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-09 02:14:14 +0000
committerHamza Mahjoubi <hamzamahjoubi221@gmail.com>2024-04-02 10:39:51 +0200
commit09daac2ea26eb0b52d66ffbea10732649aad073e (patch)
treeb9ad4b41482dbb70513d1eb3d631b887b6f5397c /src
parentff328f227a5ffa61861a74d9148ba740ceb55e1b (diff)
chore(deps): bump @nextcloud/dialogs from 4.2.5 to 5.2.0
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 4.2.5 to 5.2.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.5...v5.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 04fe6b91..d95c40b5 100644
--- a/src/main.js
+++ b/src/main.js
@@ -38,7 +38,7 @@ import { Tooltip as VTooltip } from '@nextcloud/vue'
import '../css/contacts.scss'
// Dialogs css
-import '@nextcloud/dialogs/dist/index.css'
+import '@nextcloud/dialogs/style.css'
// CSP config for webpack dynamic chunk loading
// eslint-disable-next-line