Skip to content

Commit d995334

Browse files
authored
fix: allow revalidate (#1701)
1 parent ed23b7d commit d995334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/admin/app/hooks/oauthApps/useOAuthApps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export function useOAuthAppInfo(type: OAuthProvider) {
3131
}
3232

3333
export function useOauthAppMap() {
34-
const list = useOAuthAppList({ revalidate: false });
34+
const list = useOAuthAppList();
3535
return new Map(list.map((app) => [app.alias ?? app.type, app]));
3636
}

0 commit comments

Comments
 (0)