feat(ui): new Layout UI using antd
This commit is contained in:
@@ -66,7 +66,7 @@ const CertificateList = () => {
|
||||
type="secondary"
|
||||
ellipsis
|
||||
onClick={() => {
|
||||
navigate(`/workflow/detail?id=${workflowId}`);
|
||||
navigate(`/workflows/detail?id=${workflowId}`);
|
||||
}}
|
||||
>
|
||||
{record.expand?.workflow?.name ?? ""}
|
||||
|
||||
Reference in New Issue
Block a user