refactor(ui): useZustandShallowSelector

This commit is contained in:
Fu Diwei
2024-12-24 15:07:39 +08:00
parent 52d24ff2f2
commit 8b1ae309fb
51 changed files with 194 additions and 269 deletions

View File

@@ -120,7 +120,7 @@ const CertificateList = () => {
type="secondary"
ellipsis
onClick={() => {
navigate(`/workflows/detail?id=${workflowId}`);
navigate(`/workflows/${workflowId}`);
}}
>
{record.expand?.workflow?.name ?? ""}