Skip to content

Commit

Permalink
Merge pull request #2744 from LibreSign/fix/prevent-open-ncdialog-bef…
Browse files Browse the repository at this point in the history
…ore-mounted

fix: Prevent open ncdialog before mounted
  • Loading branch information
vitormattos authored Apr 12, 2024
2 parents 0ba6485 + 54a211f commit c6200e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Request/VisibleElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
@pdf-editor:on-delete-signer="onDeleteSigner" />
</div>
<NcDialog :open.sync="showConfirm"
v-if="showConfirm"
:name="t('libresign', 'Confirm')"
:can-close="!loading"
:message="t('libresign', 'Request signatures?')">
Expand Down

0 comments on commit c6200e7

Please sign in to comment.