fix: new destination can be created

This commit is contained in:
Andras Bacsai
2022-07-06 15:52:00 +02:00
committed by GitHub
parent 31d7e7e806
commit 64bb4a2525
7 changed files with 17 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ interface AppSession {
}
export const loginEmail: Writable<string | undefined> = writable()
export const appSession: Writable<AppSession> = writable({
version: '3.0.1',
version: '3.0.2',
userId: null,
teamId: null,
permission: 'read',