fix: workname
This commit is contained in:
parent
b96989b559
commit
5008a5e42b
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ function mapFlowName(id: string): string {
|
||||||
const targetFlow = workflowData.value.find(
|
const targetFlow = workflowData.value.find(
|
||||||
(w) => w.id === attributes.value.workflowId,
|
(w) => w.id === attributes.value.workflowId,
|
||||||
);
|
);
|
||||||
|
workName.value = targetFlow?.name || workName.value;
|
||||||
return targetFlow?.name || '';
|
return targetFlow?.name || '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue