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
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()
}
}