mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: creating modal style
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user