Merge branch 'dev' into 6629-addressObservation

This commit is contained in:
Robert Ferrús 2025-01-23 08:24:23 +00:00
commit b9c7baa136
1 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,15 @@ const getLocale = (label) => {
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem>
<QItemSection>
<QCheckbox
:label="t('globals.params.myTeam')"
v-model="params.myTeam"
toggle-indeterminate
/>
</QItemSection>
</QItem>
</template> </template>
</VnFilterPanel> </VnFilterPanel>
</template> </template>