diff --git a/package-lock.json b/package-lock.json index 1a4d44a4..6db0205f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.12.10", + "version": "5.12.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.12.10", + "version": "5.12.11", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.1.3", diff --git a/package.json b/package.json index 3896072c..e348e733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.12.10", + "version": "5.12.11", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/components/ContinuationIn/AuthorizationProof.vue b/src/components/ContinuationIn/AuthorizationProof.vue index 6d48c90c..9a993699 100644 --- a/src/components/ContinuationIn/AuthorizationProof.vue +++ b/src/components/ContinuationIn/AuthorizationProof.vue @@ -76,7 +76,6 @@ v-for="(document, index) in authorization.files" :key="document.fileKey" class="upload-file-row mt-5" - :class="{ 'mb-n2': (index < numFiles) }" no-gutters > - -

- Uploaded files will be renamed automatically. -

@@ -251,9 +247,4 @@ ul { .v-icon.mdi-close { padding-top: 1px; } - -// show info text in lighter gray -.info-text { - color: $gray7; -} diff --git a/tests/unit/UnlimitedLiabilityCorporationInformation.spec.ts b/tests/unit/UnlimitedLiabilityCorporationInformation.spec.ts index afc31dd7..27101a4f 100644 --- a/tests/unit/UnlimitedLiabilityCorporationInformation.spec.ts +++ b/tests/unit/UnlimitedLiabilityCorporationInformation.spec.ts @@ -36,7 +36,6 @@ describe('Unlimited Liability Corporation Information component', () => { expect(wrapper.find('#add-affidavit-button').attributes('disabled')).toBeUndefined() expect(wrapper.find('.document-details').exists()).toBe(false) expect(wrapper.find('.remove-document-button').exists()).toBe(false) - expect(wrapper.find('.info-text').text()).toContain('Uploaded files will be') wrapper.destroy() })