mirror of
https://github.com/directus/directus.git
synced 2026-01-28 07:48:04 -05:00
Refresh relations state on field creation
This commit is contained in:
@@ -234,6 +234,7 @@ export default defineComponent({
|
||||
);
|
||||
|
||||
await fieldsStore.hydrate();
|
||||
await relationsStore.hydrate();
|
||||
router.push(`/settings/data-model/${props.collection}`);
|
||||
clearLocalStore();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user