1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00
This commit is contained in:
Keviin Åberg Kultalahti 2021-02-19 15:00:17 +01:00
parent f9e519be9e
commit 2925150d28

View file

@ -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