mirror of
https://github.com/directus/directus.git
synced 2026-02-08 15:55:09 -05:00
Translations interface fix (#9333)
* Translations interface fix Fixes issue * Translations interface fix (2)
This commit is contained in:
@@ -281,7 +281,7 @@ export default defineComponent({
|
||||
if (
|
||||
newVal &&
|
||||
newVal !== oldVal &&
|
||||
newVal?.every((item) => typeof item === 'string' || typeof item === 'number')
|
||||
newVal?.every((item) => typeof item === 'string' || typeof item === 'number' || typeof item === 'object')
|
||||
) {
|
||||
loadItems();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user