Skip to content

Commit 17db053

Browse files
committed
fix: hide sign action while positioning signer
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b44b9a0 commit 17db053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Request/VisibleElements.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{{ t('libresign', 'Save') }}
6161
</NcButton>
6262

63-
<NcButton v-if="canSign"
63+
<NcButton v-if="canSign && !signerSelected"
6464
:variant="variantOfSignButton"
6565
:wide="true"
6666
@click="goToSign">

0 commit comments

Comments
 (0)