Removing console log.

This commit is contained in:
mike12345567 2021-03-01 18:10:28 +00:00
parent 93759fa77c
commit b9493db3a9
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ export const getBackendUiStore = () => {
} }
state.draftTable.schema[field.name] = cloneDeep(field) state.draftTable.schema[field.name] = cloneDeep(field)
console.log(state.draftTable)
store.actions.tables.save(state.draftTable) store.actions.tables.save(state.draftTable)
return state return state
}) })