Skip to content

Commit b651ef3

Browse files
committed
fix: enhance showCorrection logic to include flowId and type checks
1 parent 2ab03e5 commit b651ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/business/src/views/verification/Details.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default {
202202
}
203203
},
204204
showCorrection() {
205-
return this.inspect.canRecovery && this.canStart
205+
return this.inspect.canRecovery && this.canStart && this.inspect.flowId && this.type !== 'jointField'
206206
},
207207
showDiffInspect() {
208208
return (

0 commit comments

Comments
 (0)