Skip to content

Commit

Permalink
[frontend] center loader (#8280)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapuks authored Sep 19, 2024
1 parent c986eae commit 68efd7f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,7 @@ class ReportKnowledgeComponent extends Component {
);
}
return (
<Loader
variant={LoaderVariant.inElement}
withTopMargin={false}
/>
<Loader />
);
}}
/>
Expand Down

0 comments on commit 68efd7f

Please sign in to comment.