Skip to content

Commit

Permalink
Update plugins/orchestrator/src/components/WorkflowDefinitionViewerPa…
Browse files Browse the repository at this point in the history
…ge/WorkflowDefinitionViewerPage.tsx

Co-authored-by: Bat-Zion Rotman <[email protected]>
  • Loading branch information
gabriel-farache and batzionb authored Jun 20, 2024
1 parent e3066d7 commit 4cb9d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const WorkflowDefinitionViewerPage = () => {
)}
<Grid container item justifyContent="flex-end" spacing={1}>
<Grid item>
{loading ? (
{loading || loadingPermission ? (
<Skeleton variant="text" width="5rem" />
) : (
!loadingPermission && (
Expand Down

0 comments on commit 4cb9d18

Please sign in to comment.