We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d35ad commit ce9c33fCopy full SHA for ce9c33f
plugin-catalog/src/components/plugins/Detail.tsx
@@ -236,11 +236,8 @@ export function PurePluginDetail({
236
) : null
237
) : (
238
<>
239
- <LoadingButton progress={currentActionProgress} onCancel={onCancel} />
240
<Tooltip title={`${currentActionState}:${currentActionMessage}`}>
241
- <Typography variant="body1" sx={{ marginLeft: 1 }}>
242
- {currentAction}
243
- </Typography>
+ <LoadingButton progress={currentActionProgress} onCancel={onCancel} />
244
</Tooltip>
245
</>
246
),
0 commit comments