fix: fix workflow as a tool confirm dialog layout issue (#18494)
This commit is contained in:
parent
ee30497237
commit
80f5ee1eb2
17 changed files with 34 additions and 22 deletions
|
|
@ -111,7 +111,7 @@ const DatasetItem: FC<Props> = ({
|
|||
}
|
||||
|
||||
{isShowSettingsModal && (
|
||||
<Drawer isOpen={isShowSettingsModal} onClose={hideSettingsModal} footer={null} mask={isMobile} panelClassname='mt-16 mx-2 sm:mr-2 mb-3 !p-0 !max-w-[640px] rounded-xl'>
|
||||
<Drawer isOpen={isShowSettingsModal} onClose={hideSettingsModal} footer={null} mask={isMobile} panelClassName='mt-16 mx-2 sm:mr-2 mb-3 !p-0 !max-w-[640px] rounded-xl'>
|
||||
<SettingsModal
|
||||
currentDataset={payload}
|
||||
onCancel={hideSettingsModal}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue