Skip to content

Commit b9a44cf

Browse files
committed
Wait for license to be loaded
1 parent 56cc0e9 commit b9a44cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/configuration/PlatformLicense.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defineEmits<{
1818
}>();
1919
2020
const loading = computed(() => {
21-
return !license;
21+
return !license || license.status === "";
2222
});
2323
2424
const configuration = useConfiguration();

0 commit comments

Comments
 (0)