Globally import form inputs to fix resolve

This commit is contained in:
Julien Nahum
2023-12-24 10:40:09 +01:00
parent d93b696b05
commit 8db2b09767
6 changed files with 2 additions and 63 deletions

View File

@@ -13,8 +13,6 @@ export const useWorkingFormStore = defineStore('working_form', {
}),
actions: {
set (form) {
console.log('setting working form', form)
console.trace();
this.content = form
},
setProperties (properties) {