mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Change width of form from 750px to 670px for subdomain and data product
This commit is contained in:
parent
bc311fb42b
commit
ced16b2dd1
@ -146,7 +146,7 @@ const DomainDetailsPage = ({
|
||||
} = useFormDrawerWithRef({
|
||||
title: t('label.add-entity', { entity: t('label.sub-domain') }),
|
||||
anchor: 'right',
|
||||
width: 750,
|
||||
width: 670,
|
||||
closeOnEscape: false,
|
||||
form: (
|
||||
<AddDomainForm
|
||||
@ -209,7 +209,7 @@ const DomainDetailsPage = ({
|
||||
} = useFormDrawerWithRef({
|
||||
title: t('label.add-entity', { entity: t('label.data-product') }),
|
||||
anchor: 'right',
|
||||
width: 750,
|
||||
width: 670,
|
||||
closeOnEscape: false,
|
||||
form: (
|
||||
<AddDomainForm
|
||||
|
Loading…
x
Reference in New Issue
Block a user