fix: creating modal style

This commit is contained in:
yessenia
2025-10-13 14:54:24 +08:00
parent ba88c7b25b
commit 4f8bf97935
2 changed files with 5 additions and 5 deletions

View File

@ -212,10 +212,10 @@ export const CommonCreateModal = ({ onClose, createType, builder }: Props) => {
// 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
}