Removing console log.
This commit is contained in:
parent
e75e96891f
commit
0627a2f13d
|
@ -259,7 +259,6 @@ export const getBackendUiStore = () => {
|
|||
}
|
||||
|
||||
state.draftTable.schema[field.name] = cloneDeep(field)
|
||||
console.log(state.draftTable)
|
||||
store.actions.tables.save(state.draftTable)
|
||||
return state
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue