getting organizations from the backend
This commit is contained in:
@@ -17,7 +17,9 @@ class Sidebar extends Shadow {
|
||||
.onAppear(async () => {
|
||||
if(!window.profile) {
|
||||
window.profile = await this.fetchProfile()
|
||||
this.rerender()
|
||||
if(profile) {
|
||||
this.rerender()
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user