From 4f5d4db8bed85675897bebcba1723a713740b5a0 Mon Sep 17 00:00:00 2001 From: meawong Date: Tue, 14 Jan 2025 15:23:00 -0800 Subject: [PATCH] 24659 - Implement Withdraw Action in Ledger (#119) * 24659-Implement-withdraw-action-for-reg-and-temp-business * 24659-Enable-view-documents-for-bootstrap-business * 24659-Revert-lock-file * 24659-Remove-conditional-for-displaying-document-button * 24659-Update navigate function and bump version * 24659-Update-version --- package.json | 2 +- .../bcros/filing/common/HeaderActions.vue | 34 +++++++++++++++---- .../filing/common/futureEffective/index.vue | 5 +-- src/lang/en.json | 1 + 4 files changed, 32 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 45d3e618..03dd04d8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bcros-business-dashboard", "private": true, "type": "module", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "build": "nuxt generate", "build:local": "nuxt build", diff --git a/src/components/bcros/filing/common/HeaderActions.vue b/src/components/bcros/filing/common/HeaderActions.vue index d3d8fa39..a08f88d6 100644 --- a/src/components/bcros/filing/common/HeaderActions.vue +++ b/src/components/bcros/filing/common/HeaderActions.vue @@ -54,7 +54,6 @@ {{ $t('button.filing.actions.requestACopy') }} {{ $t('button.filing.actions.close') }} -