diff --git a/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue b/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue index 83c785b6..7c94265a 100644 --- a/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue +++ b/src/pages/03_customer-management/components/employer/EmployerFormAbout.vue @@ -13,6 +13,7 @@ const props = defineProps<{ readonly?: boolean; prefixId?: string; customerType?: 'PERS' | 'CORP'; + showTitle?: boolean; }>(); const optionStore = useOptionStore(); @@ -95,6 +96,29 @@ watch(