mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix user interface preview on load
This commit is contained in:
@@ -165,7 +165,8 @@ export default defineComponent({
|
||||
if (newValue === null) {
|
||||
currentUser.value = null;
|
||||
}
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
const currentPrimaryKey = computed<string | number>(() => {
|
||||
|
||||
Reference in New Issue
Block a user