Skip to content

Commit

Permalink
Finish Task Selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 21, 2024
1 parent 809ed68 commit 0e77915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/Layer/utils/TaskModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<TablerEnum :options='versions' v-model='version'/>
</div>
<div class='col-md-4'>
<button class='btn btn-primary w-100' style='margin-top: 8px;'>Select</button>
<button @click='$emit("task", `${current.prefix}-v${version}`)' class='btn btn-primary w-100' style='margin-top: 8px;'>Select</button>
</div>
</template>
<template v-else>
Expand Down

0 comments on commit 0e77915

Please sign in to comment.