remove unused logic in backend store
This commit is contained in:
parent
fa1a2c58c5
commit
f9e519be9e
|
@ -239,7 +239,6 @@ export const getBackendUiStore = () => {
|
|||
field,
|
||||
primaryDisplay = false,
|
||||
indexes,
|
||||
relationshipType,
|
||||
}) => {
|
||||
store.update(state => {
|
||||
// delete the original if renaming
|
||||
|
@ -257,11 +256,6 @@ export const getBackendUiStore = () => {
|
|||
state.draftTable.primaryDisplay = field.name
|
||||
}
|
||||
|
||||
// Set relationship type
|
||||
if (field.type === "link") {
|
||||
state.draftTable.relationshipType = relationshipType
|
||||
}
|
||||
|
||||
if (indexes) {
|
||||
state.draftTable.indexes = indexes
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue