mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: role list edit modal height (#36123)
This commit is contained in:
@@ -195,7 +195,6 @@ function RoleListEditModal({
|
||||
onSave={onSave}
|
||||
formSubmitHandler={handleFormSubmit}
|
||||
initialValues={initialValues}
|
||||
bodyStyle={{ height: '400px' }}
|
||||
requiredFields={['roleName']}
|
||||
>
|
||||
{(form: FormInstance) => {
|
||||
|
||||
Reference in New Issue
Block a user