|
|
|
@ -82,8 +82,11 @@ const Modal = ({
|
|
|
|
<div className='px-6 py-3'>{children}</div>
|
|
|
|
<div className='px-6 py-3'>{children}</div>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
<div className='flex items-center justify-end p-6 pt-5'>
|
|
|
|
<div className='flex justify-between p-6 pt-5'>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
{footerSlot}
|
|
|
|
{footerSlot}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className='flex items-center'>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
showExtraButton && (
|
|
|
|
showExtraButton && (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
@ -113,6 +116,7 @@ const Modal = ({
|
|
|
|
{confirmButtonText || t('common.operation.save')}
|
|
|
|
{confirmButtonText || t('common.operation.save')}
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{bottomSlot}
|
|
|
|
{bottomSlot}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</PortalToFollowElemContent>
|
|
|
|
</PortalToFollowElemContent>
|
|
|
|
|