fix: role list edit modal height (#36123)

This commit is contained in:
SBIN2010
2025-11-18 15:19:26 +03:00
committed by GitHub
parent 80ec241108
commit 43e9e1ec36

View File

@@ -195,7 +195,6 @@ function RoleListEditModal({
onSave={onSave}
formSubmitHandler={handleFormSubmit}
initialValues={initialValues}
bodyStyle={{ height: '400px' }}
requiredFields={['roleName']}
>
{(form: FormInstance) => {