diff --git a/frontend/src/components/modals/PluginInstallModal.tsx b/frontend/src/components/modals/PluginInstallModal.tsx index d9a3b433..227bd818 100644 --- a/frontend/src/components/modals/PluginInstallModal.tsx +++ b/frontend/src/components/modals/PluginInstallModal.tsx @@ -58,7 +58,7 @@ const PluginInstallModal: FC = ({ await onCancel(); }} strTitle={ -
+
= ({ installType={installType} /> {loading && ( -
+
= ({ name, title, butt }} bOKDisabled={uninstalling} bCancelDisabled={uninstalling} - strTitle={
- {title} - {uninstalling && } -
} + strTitle={ +
+ {title} + {uninstalling && } +
+ } strOKButtonText={buttonText} > {description}