@@ -1571,19 +1586,19 @@ watch(
:menu="[
{
name: $t('formDialogTitleInformation'),
- anchor: 'form-information',
+ anchor: 'info-information',
},
{
name: $t('formDialogTitlePersonal'),
- anchor: 'form-personal',
+ anchor: 'info-personal',
},
{
name: $t('formDialogTitleAddressPersonnel'),
- anchor: 'form-address',
+ anchor: 'info-address',
},
{
name: $t('formDialogTitleByType'),
- anchor: 'form-work',
+ anchor: 'info-work',
},
]"
background="transparent"
@@ -1591,14 +1606,14 @@ watch(
background: 'hsla(var(--blue-6-hsl) / .2)',
foreground: 'var(--blue-6)',
}"
- scroll-element="#personnel-form"
+ scroll-element="#personnel-info"
/>