This commit is contained in:
Surya Paolo
2025-01-29 09:17:38 +01:00
parent d65d4e3ffa
commit 997fd136ea
2 changed files with 59 additions and 57 deletions

View File

@@ -268,8 +268,8 @@ export default defineComponent({
if (props.table === shared_consts.TABLES_MYGROUPS) {
myoptions.value = [
{ label: '🌎 Tutti', value: tools.FILTER_ALL },
{ label: '👤 Gruppi che Gestisci', value: tools.FILTER_MYREC },
{ label: '🌎 ' + t('groups.tutti'), value: tools.FILTER_ALL },
{ label: '👤 ' + t('groups.che_gestisci'), value: tools.FILTER_MYREC },
// {label: 'Seguo', value: tools.FILTER_MYFOLLOW},
]
@@ -277,7 +277,7 @@ export default defineComponent({
myoptions.value = []
if (tools.gestiscoAlmeno1Circuito()) {
myoptions.value = [
{ label: '🌎 Tutti', value: tools.FILTER_ALL },
{ label: '🌎 ' + t('groups.tutti'), value: tools.FILTER_ALL },
{ label: '👤 Circuiti che Gestisci', value: tools.FILTER_MYREC },
// {label: 'Seguo', value: tools.FILTER_MYFOLLOW},
]