fix: error import due to previous cleanup
This commit is contained in:
parent
a8a0f433e3
commit
fb42744a33
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import FormAddress from 'components/02_personnel-management/FormAddress.vue';
|
import { AddressForm } from 'components/form';
|
||||||
import EmployerFormBusiness from './EmployerFormBusiness.vue';
|
import EmployerFormBusiness from './EmployerFormBusiness.vue';
|
||||||
import EmployerFormContact from './EmployerFormContact.vue';
|
import EmployerFormContact from './EmployerFormContact.vue';
|
||||||
import { CustomerCreate } from 'stores/customer/types';
|
import { CustomerCreate } from 'stores/customer/types';
|
||||||
|
|
@ -106,7 +106,7 @@ defineProps<{
|
||||||
/>
|
/>
|
||||||
</q-tab-panel>
|
</q-tab-panel>
|
||||||
<q-tab-panel name="address">
|
<q-tab-panel name="address">
|
||||||
<FormAddress
|
<AddressForm
|
||||||
:prefix-id="prefixId || 'employer'"
|
:prefix-id="prefixId || 'employer'"
|
||||||
hide-title
|
hide-title
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue