1.1.18
This commit is contained in:
@@ -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},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user