diff --git a/strr-platform-web/app/stores/platformDetails.ts b/strr-platform-web/app/stores/platformDetails.ts
index b7e1dd4a..ac99ea9c 100644
--- a/strr-platform-web/app/stores/platformDetails.ts
+++ b/strr-platform-web/app/stores/platformDetails.ts
@@ -47,7 +47,6 @@ export const useStrrPlatformDetails = defineStore('strr/platformDetails', () =>
return {
platformDetails,
platformDetailSchema,
- getPlatformBrandSchema,
getPlatformDetailsSchema,
addNewEmptyBrand,
removeBrandAtIndex,
diff --git a/strr-platform-web/package.json b/strr-platform-web/package.json
index 29852460..95a4dc86 100644
--- a/strr-platform-web/package.json
+++ b/strr-platform-web/package.json
@@ -2,7 +2,7 @@
"name": "strr-platform-web",
"private": true,
"type": "module",
- "version": "0.0.9",
+ "version": "0.0.10",
"scripts": {
"build-check": "nuxt build",
"build": "nuxt generate",
diff --git a/strr-strata-web/app/components/modal/info/CollectionNotice.vue b/strr-strata-web/app/components/modal/info/CollectionNotice.vue
deleted file mode 100644
index b3256880..00000000
--- a/strr-strata-web/app/components/modal/info/CollectionNotice.vue
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
- {{ $t('act.strrAccomodations') }}
-
-
-
-
- STRBranch@gov.bc.ca
-
-
-
-
- NEED MAILTO HREF FOR ABOVE LINK
-
-
-
-
diff --git a/strr-strata-web/app/composables/useStrataModals.ts b/strr-strata-web/app/composables/useStrataModals.ts
index 1e02847d..05172509 100644
--- a/strr-strata-web/app/composables/useStrataModals.ts
+++ b/strr-strata-web/app/composables/useStrataModals.ts
@@ -1,8 +1,7 @@
// https://ui.nuxt.com/components/modal#control-programmatically
import {
ModalBase,
- ModalHelpRegisterStrataHotel,
- ModalInfoCollectionNotice
+ ModalHelpRegisterStrataHotel
} from '#components'
export const useStrataModals = () => {
@@ -24,12 +23,6 @@ export const useStrataModals = () => {
})
}
- function openInfoCollectionNoticeModal () {
- modal.open(ModalInfoCollectionNotice, {
- actions: [{ label: t('btn.close'), handler: () => close() }]
- })
- }
-
function close () {
modal.close()
}
@@ -37,7 +30,6 @@ export const useStrataModals = () => {
return {
openhelpRegisteringStrataModal,
openHelpRegisterStrataHotelModal,
- openInfoCollectionNoticeModal,
close
}
}
diff --git a/strr-strata-web/app/pages/application.vue b/strr-strata-web/app/pages/application.vue
index 241b5012..42aaa274 100644
--- a/strr-strata-web/app/pages/application.vue
+++ b/strr-strata-web/app/pages/application.vue
@@ -4,7 +4,6 @@ import { ConnectStepper, FormReviewConfirm } from '#components'
const { t } = useI18n()
const localePath = useLocalePath()
const strrModal = useStrrModals()
-const strataModal = useStrataModals()
const { handlePaymentRedirect } = useNavigate()
const { validateContact } = useStrrContactStore()
@@ -201,30 +200,7 @@ setBreadcrumbs([