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