fix: remove info
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2025-02-24 12:04:33 +01:00
parent 471fd00d8f
commit 139389ef9b
1 changed files with 4 additions and 9 deletions

View File

@ -19,15 +19,10 @@ const { t } = useI18n();
auto-load
>
<template #form="{ data }">
<VnInput :label="$t('worker.summary.sipExtension')" v-model="data.extension">
<template #append>
<QIcon name="info" class="cursor-info">
<QTooltip>{{
t('It must be a 4-digit number and must not end in 00')
}}</QTooltip>
</QIcon>
</template>
</VnInput>
<VnInput
:label="$t('worker.summary.sipExtension')"
v-model="data.extension"
/>
</template>
</FormModel>
</template>