Skip to content

Commit ab31578

Browse files
author
Lionel Bijaoui
committed
Fix dev
1 parent 47d9d57 commit ab31578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/full/schema.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -798,10 +798,10 @@ module.exports = {
798798
label: "Skills (vue-multiSelect field)",
799799
model: "skills",
800800
required: true,
801-
multiSelect: true,
802801
selectOptions: {
802+
multiple: true,
803803
// id:25,
804-
// key:"name",
804+
// trackBy:"name",
805805
// label: "name",
806806
searchable: true,
807807
clearOnSelect: true,

0 commit comments

Comments
 (0)