Skip to content

Commit

Permalink
fix: remove translucent layer from plugin loader
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Jun 5, 2024
1 parent 6af1064 commit 997254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/src/PluginLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const PluginLoader = ({ config, requiredProps, D2App }) => {
>
<React.Suspense
fallback={
<Layer translucent level={layers.alert}>
<Layer level={layers.alert}>
<CenteredContent>
<CircularLoader />
</CenteredContent>
Expand Down

0 comments on commit 997254f

Please sign in to comment.