mirror of
https://github.com/directus/directus.git
synced 2026-01-26 14:58:30 -05:00
fix new field group selection (#9301)
This commit is contained in:
@@ -5,9 +5,9 @@ export function applyChanges(updates: StateUpdates, state: State, helperFn: Help
|
||||
const { hasChanged } = helperFn;
|
||||
|
||||
if (hasChanged('localType')) {
|
||||
this.removeSchema(updates, state, helperFn);
|
||||
this.setTypeToAlias(updates, state, helperFn);
|
||||
this.setSpecialToGroup(updates, state, helperFn);
|
||||
removeSchema(updates);
|
||||
setTypeToAlias(updates);
|
||||
setSpecialToGroup(updates);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user