lint fix
This commit is contained in:
parent
f9e519be9e
commit
2925150d28
|
@ -234,12 +234,7 @@ export const getBackendUiStore = () => {
|
||||||
return state
|
return state
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
saveField: ({
|
saveField: ({ originalName, field, primaryDisplay = false, indexes }) => {
|
||||||
originalName,
|
|
||||||
field,
|
|
||||||
primaryDisplay = false,
|
|
||||||
indexes,
|
|
||||||
}) => {
|
|
||||||
store.update(state => {
|
store.update(state => {
|
||||||
// delete the original if renaming
|
// delete the original if renaming
|
||||||
// need to handle if the column had no name, empty string
|
// need to handle if the column had no name, empty string
|
||||||
|
|
Loading…
Reference in New Issue