Skip to content

Commit f5edc8f

Browse files
committed
fix showOpinion bug
1 parent f35d17e commit f5edc8f

File tree

1 file changed

+1
-1
lines changed
  • admin-ui/src/components/Flow/flow

1 file changed

+1
-1
lines changed

admin-ui/src/components/Flow/flow/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export class FlowData extends FlowWorkData {
220220
}
221221

222222
showOpinion() {
223-
return this.canHandle();
223+
return this.canHandle() && !this.isStartFlow();
224224
}
225225
}
226226

0 commit comments

Comments
 (0)