mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 20:47:46 +00:00
Update flow-template-modal.tsx
This commit is contained in:
parent
713714fe36
commit
c39a213f8c
@ -82,7 +82,7 @@ export const FlowTemplateModal: React.FC<Props> = ({ isFlowTemplateModalOpen, se
|
||||
cancelButtonProps={{ className: 'hidden' }}
|
||||
okButtonProps={{ className: 'hidden' }}
|
||||
>
|
||||
<Table className='w-full ' dataSource={dataSource} columns={columns} />;
|
||||
<Table className='w-full' dataSource={dataSource} columns={columns} />;
|
||||
</Modal>
|
||||
</>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user