diff --git a/frontend/src/views/SecretMainPage/components/DynamicSecretListView/CreateDynamicSecretLease.tsx b/frontend/src/views/SecretMainPage/components/DynamicSecretListView/CreateDynamicSecretLease.tsx index 84fe76c2e..902d157e8 100644 --- a/frontend/src/views/SecretMainPage/components/DynamicSecretListView/CreateDynamicSecretLease.tsx +++ b/frontend/src/views/SecretMainPage/components/DynamicSecretListView/CreateDynamicSecretLease.tsx @@ -11,11 +11,11 @@ import { TtlFormLabel } from "@app/components/features"; import { createNotification } from "@app/components/notifications"; import { Button, - ContentLoader, FormControl, IconButton, Input, SecretInput, + Spinner, Tooltip } from "@app/components/v2"; import { useTimedReset, useToggle } from "@app/hooks"; @@ -420,7 +420,7 @@ export const CreateDynamicSecretLease = ({ const isOutputMode = Boolean(createDynamicSecretLease?.data); if (isPreloading) { - return ; + return ; } return (