mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-14 10:55:48 +00:00
fix: use explicit v-model binding to match defineModel name for action builder.
This commit is contained in:
@@ -131,7 +131,7 @@ import { SelectTag } from '@/components/ui/select'
|
||||
import { useTagStore } from '@/stores/tag'
|
||||
import ComboBox from '@/components/ui/combobox/ComboBox.vue'
|
||||
|
||||
const model = defineModel({
|
||||
const model = defineModel("actions", {
|
||||
type: Array,
|
||||
required: true,
|
||||
default: () => []
|
||||
|
||||
Reference in New Issue
Block a user