Skip to content

Commit

Permalink
Fix: interact (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Jun 24, 2022
1 parent f576a94 commit b46bc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/schema/schemaForm/SchemaForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
:execution="execution"
:execute-actions="executeActions"
@executeAction="$emit('executeAction')"
@executeClick="$emit('executeClick')"
/>
</v-form>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
color="accent"
v-bind="attrs"
v-on="on"
@click="$emit('executeClick')"
>
<span>Execute</span>
<v-icon small class="ml-1">mdi-creation</v-icon>
Expand Down

0 comments on commit b46bc3b

Please sign in to comment.