mirror of
https://github.com/directus/directus.git
synced 2026-01-25 14:28:00 -05:00
5
.changeset/lemon-horses-hide.md
Normal file
5
.changeset/lemon-horses-hide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed issue where custom field translations would be lost in session when reordering the fields in settings
|
||||
@@ -216,6 +216,8 @@ export const useFieldsStore = createStore({
|
||||
|
||||
return field;
|
||||
});
|
||||
|
||||
this.translateFields();
|
||||
}
|
||||
} catch (err) {
|
||||
// reset the changes if the api sync failed
|
||||
|
||||
Reference in New Issue
Block a user