Skip to content

Commit

Permalink
add loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 21, 2024
1 parent ba60474 commit 6b64c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function EditPluralOIDCClients({
[data?.oidcProviders]
)

if (!data) return <LoopingLogo />
if (loading && !data) return <LoopingLogo />

return (
<div
Expand Down

0 comments on commit 6b64c9b

Please sign in to comment.