Skip to content

Commit

Permalink
fix parser button option name
Browse files Browse the repository at this point in the history
  • Loading branch information
uruwhy authored Oct 17, 2024
1 parent 47613a8 commit 70bc4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/operations/CreateModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async function createOperation() {
input.is-checkradio(type="radio" id="defaultparser" :checked="isDefParser" @click="isDefParser = true")
label.label.ml-3.mt-1(for="defaultparser") Use Default Parser
input.is-checkradio.ml-3(type="radio" id="nondefaultparser" :checked="!isDefParser" @click="isDefParser = false")
label.label.ml-3.mt-1(for="nondefaultparser") Require manual approval
label.label.ml-3.mt-1(for="nondefaultparser") Don't use default learning parsers
.field.is-horizontal
.field-label
label.label Auto Close
Expand Down

0 comments on commit 70bc4a4

Please sign in to comment.