mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
make somes changes on model: to manage isVisible field option + others
This commit is contained in:
@@ -65,7 +65,7 @@ export default {
|
||||
}))
|
||||
},
|
||||
customLabel(value) {
|
||||
return `${value.type.title.fr} ${value.name}`;
|
||||
return `${value.locationType.title.fr} ${value.name}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user