From 4f8bf979357e05ba356a7a422e8370b3a41fee28 Mon Sep 17 00:00:00 2001 From: yessenia Date: Mon, 13 Oct 2025 14:54:24 +0800 Subject: [PATCH] fix: creating modal style --- web/app/components/base/encrypted-bottom/index.tsx | 2 +- .../subscription-list/create/common-modal.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/components/base/encrypted-bottom/index.tsx b/web/app/components/base/encrypted-bottom/index.tsx index 7bb64bb0a3..ccbbbcbc4b 100644 --- a/web/app/components/base/encrypted-bottom/index.tsx +++ b/web/app/components/base/encrypted-bottom/index.tsx @@ -14,7 +14,7 @@ export const EncryptedBottom = (props: Props) => { const { frontTextKey, backTextKey, className } = props return ( -
+
{t(frontTextKey || 'common.provider.encrypted.front')} { // console.log('parameterForm', parameterForm) if (!subscriptionFormValues?.isCheckValidated || (createType !== SupportedCreationMethods.MANUAL && !autoCommonParametersFormValues?.isCheckValidated)) { - Toast.notify({ - type: 'error', - message: 'Please fill in all required fields', - }) + // Toast.notify({ + // type: 'error', + // message: 'Please fill in all required fields', + // }) return }