Fix user interface preview on load

This commit is contained in:
rijkvanzanten
2020-11-04 12:34:23 -05:00
parent 39144a83a1
commit b7b954b971

View File

@@ -165,7 +165,8 @@ export default defineComponent({
if (newValue === null) {
currentUser.value = null;
}
}
},
{ immediate: true }
);
const currentPrimaryKey = computed<string | number>(() => {