Fix: saved view permissions fixes (#7672)

This commit is contained in:
shamoon 2024-09-10 13:33:19 -07:00 committed by GitHub
parent f1559b7108
commit bee963c23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 20 deletions

View file

@ -73,7 +73,7 @@ export class AppFrameComponent
PermissionType.SavedView
)
) {
this.savedViewService.initialize()
this.savedViewService.reload()
}
}