diff --git a/web/app/components/plugins/plugin-detail-panel/subscription-list/create/common-modal.tsx b/web/app/components/plugins/plugin-detail-panel/subscription-list/create/common-modal.tsx index 9e7e112c0a..a086bb21cf 100644 --- a/web/app/components/plugins/plugin-detail-panel/subscription-list/create/common-modal.tsx +++ b/web/app/components/plugins/plugin-detail-panel/subscription-list/create/common-modal.tsx @@ -31,18 +31,22 @@ enum ApiKeyStep { } const StatusStep = ({ isActive, text }: { isActive: boolean, text: string }) => { - return