Skip to content

Commit

Permalink
fix signature toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jun 3, 2024
1 parent 766d653 commit 5fcf866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/submission_form/signature_step.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
id="type_text_button"
href="#"
class="btn btn-outline btn-sm font-medium"
@click.prevent="[toggleTextInput(), showQr()]"
@click.prevent="toggleTextInput"
>
<IconSignature :width="16" />
<span class="hidden sm:inline">
Expand Down

0 comments on commit 5fcf866

Please sign in to comment.