diff --git a/src/Components/Draw/Editor.vue b/src/Components/Draw/Editor.vue index 41b0b73e95..6028fe1696 100644 --- a/src/Components/Draw/Editor.vue +++ b/src/Components/Draw/Editor.vue @@ -7,7 +7,6 @@
diff --git a/src/Components/Draw/TextInput.vue b/src/Components/Draw/TextInput.vue index 06c1d60cba..b9178e71a4 100644 --- a/src/Components/Draw/TextInput.vue +++ b/src/Components/Draw/TextInput.vue @@ -12,8 +12,8 @@ :height="canvasHeight + 'px'" /> + v-model="value" + :label="t('libresign', 'Enter your Full Name or Initials to create Signature')" />
diff --git a/src/Components/Request/IdentifySigner.vue b/src/Components/Request/IdentifySigner.vue index 35af68fe99..fc392ee4b9 100644 --- a/src/Components/Request/IdentifySigner.vue +++ b/src/Components/Request/IdentifySigner.vue @@ -12,9 +12,9 @@ @update:email="updateEmail" @update:display-name="updateDisplayName" /> -