Skip to content

Commit ef41ec9

Browse files
committed
Properly import multiselect
1 parent 46029d1 commit ef41ec9

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

adminui/frontend/package-lock.json

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

adminui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"axios": "^1.7.7",
2424
"pinia": "^2.2.2",
2525
"vue": "^3.5.4",
26-
"vue-multiselect": "^3.3.1",
26+
"vue-multiselect": "^3.5.0",
2727
"vue-router": "^4.4.4",
2828
"vue-toastification": "^2.0.0-rc.5"
2929
},

adminui/frontend/src/components/Webhook.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import {
2222
type WebhookTempCreateResponseDTO,
2323
type WebhookJsonAttributesRoles
2424
} from '@/api'
25-
import type Multiselect from 'vue-multiselect'
25+
26+
import Multiselect from 'vue-multiselect'
2627
2728
const toast = useToast()
2829
const { catcher } = useToastError()

0 commit comments

Comments
 (0)