Skip to content

Commit 24072d8

Browse files
syntrydymoabu
andauthored
fix(admin-ui): stale data is displayed on the List page of Admin UI features on updating the records (#2481)
fix(admin-ui): stale data is displayed on the List page of Admin UI features on updating the records #2480 Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
1 parent dae647a commit 24072d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin-ui/plugins/auth-server/components/Agama/AgamaListPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ function AgamaListPage(): React.ReactElement {
127127
{
128128
query: {
129129
enabled: canReadAuth,
130+
staleTime: 0,
131+
gcTime: 0,
130132
},
131133
},
132134
)

0 commit comments

Comments
 (0)