File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,8 +277,7 @@ const signRequestUuidForProgress = computed(() => {
277277
278278const isAfterSigned = computed (() => history .state ?.isAfterSigned ?? shouldFireAsyncConfetti .value ?? false )
279279
280- const isEnvelope = computed (() => document .value ?.nodeType === ' envelope'
281- || (Array .isArray (document .value ?.files ) && document .value .files .length > 0 ))
280+ const isEnvelope = computed (() => document .value ?.nodeType === ' envelope' )
282281const validationComponent = computed (() => (isEnvelope .value ? EnvelopeValidation : FileValidation ))
283282const validationDocument = computed (() => document .value )
284283const validationEnvelopeDocument = computed <LoadedValidationEnvelopeDocumentState | null >(() => (isLoadedValidationEnvelopeDocument (document .value ) ? document .value : null ))
You can’t perform that action at this time.
0 commit comments