Globally import form inputs to fix resolve
This commit is contained in:
2
client/stores/working_form.js
vendored
2
client/stores/working_form.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user