Skip to content

Commit

Permalink
preserve refetch behaviour for page visibility once manage roles is c…
Browse files Browse the repository at this point in the history
…licked
  • Loading branch information
eokoneyo committed Nov 14, 2024
1 parent bfea63e commit aad6129
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export const PrivilegesRolesForm: FC<PrivilegesRolesFormProps> = (props) => {
// page just transitioned back to visible state from hidden state caused by user interaction
if (userInvokedPageVisibilityChange.current && !document.hidden) {
await fetchRequiredData(space.id!).finally(() => setFetchingDataDeps(false));
userInvokedPageVisibilityChange.current = null;
}
}

Expand Down

0 comments on commit aad6129

Please sign in to comment.