chore: remove unused code

This commit is contained in:
Fu Diwei
2024-12-21 12:46:22 +08:00
parent b6203e57ed
commit ef9ddd27a5
20 changed files with 151 additions and 636 deletions

View File

@@ -280,7 +280,7 @@ const WorkflowList = () => {
};
return (
<>
<div className="p-4">
{ModelContextHolder}
{NotificationContextHolder}
@@ -324,7 +324,7 @@ const WorkflowList = () => {
rowKey={(record: WorkflowModel) => record.id}
scroll={{ x: "max(100%, 960px)" }}
/>
</>
</div>
);
};