fix: ispublic status on databases

This commit is contained in:
Andras Bacsai
2022-09-08 10:54:24 +02:00
parent 3832d33259
commit e36fda3ff1
3 changed files with 13 additions and 11 deletions

View File

@@ -86,7 +86,8 @@ export const status: Writable<any> = writable({
isRunning: false,
isExited: false,
loading: false,
initialLoading: true
initialLoading: true,
isPublic: false
}
});