forked from verdnatura/salix-front
remove tooltip to attach icon
This commit is contained in:
parent
96af02116d
commit
43c621f379
|
@ -268,15 +268,12 @@ const makeRequest = async () => {
|
||||||
<template #append>
|
<template #append>
|
||||||
<QIcon
|
<QIcon
|
||||||
name="vn:attach"
|
name="vn:attach"
|
||||||
class="cursor-pointer q-mr-sm non-selectable"
|
class="cursor-pointer q-mr-sm"
|
||||||
@click="openInputFile()"
|
@click="openInputFile()"
|
||||||
>
|
>
|
||||||
<QTooltip>{{ t('Select a file') }}</QTooltip>
|
<!-- <QTooltip>{{ t('Select a file') }}</QTooltip> -->
|
||||||
</QIcon>
|
</QIcon>
|
||||||
<QIcon
|
<QIcon name="info" class="cursor-pointer">
|
||||||
name="info"
|
|
||||||
class="cursor-pointer non-selectable"
|
|
||||||
>
|
|
||||||
<QTooltip>{{
|
<QTooltip>{{
|
||||||
t(
|
t(
|
||||||
'components.editPictureForm.allowedFilesText',
|
'components.editPictureForm.allowedFilesText',
|
||||||
|
|
Loading…
Reference in New Issue