Skip to content

Commit b981ad3

Browse files
committed
refactor: use selected file view for request title
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6b06ce9 commit b981ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/RightSidebar/RequestSignatureTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ const showViewOrderButton = computed(() => !isOriginalFileDeleted.value && isCur
445445
const shouldShowOrderedOptions = computed(() => isOrderedNumeric.value && totalSigners.value > 1)
446446
const currentUserDisplayName = computed(() => OC.getCurrentUser()?.displayName || '')
447447
const showDocMdpWarning = computed(() => filesStore.isDocMdpNoChangesAllowed() && !filesStore.canAddSigner())
448-
const fileName = computed(() => filesStore.getFile()?.name ?? '')
448+
const fileName = computed(() => filesStore.getSelectedFileView()?.name ?? '')
449449
const isEnvelope = computed(() => filesStore.getFile()?.nodeType === 'envelope')
450450
const envelopeFilesCount = computed(() => filesStore.getFile()?.filesCount || 0)
451451
const size = computed(() => window.matchMedia('(max-width: 512px)').matches ? 'full' : 'normal')

0 commit comments

Comments
 (0)