mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
enable split view only on +2 languages (#8197)
This commit is contained in:
@@ -134,7 +134,7 @@ export default defineComponent({
|
||||
});
|
||||
|
||||
const splitViewAvailable = computed(() => {
|
||||
return width.value > 960;
|
||||
return width.value > 960 && languageOptions.value.length > 1;
|
||||
});
|
||||
|
||||
const splitViewEnabled = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user