Skip to content

Commit

Permalink
fix(ui): can't open object modal on task form edit (#1266)
Browse files Browse the repository at this point in the history
close #1236
  • Loading branch information
Skraye authored May 10, 2023
1 parent 419bf58 commit 844823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/flows/tasks/TaskComplex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:disabled="true"
>
<template #append>
<el-button :icon="Eye" @click="this.isOpen = true" />
<el-button :icon="Eye" @click="isOpen = true" />
</template>
</el-input>

Expand Down

0 comments on commit 844823a

Please sign in to comment.