Skip to content

Commit

Permalink
fix: Prevent open ncdialog before mounted
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 12, 2024
1 parent 7e27d70 commit 54a211f
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"

Check warning on line 56 in src/Components/Request/VisibleElements.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Attribute "v-if" should go before ":open.sync"
:name="t('libresign', 'Confirm')"
:can-close="!loading"
:message="t('libresign', 'Request signatures?')">
Expand Down

0 comments on commit 54a211f

Please sign in to comment.