#7184: Added myTeam filter at WorkerFilter #1271

Merged
jon merged 2 commits from 7184-MyTeamFilter into dev 2025-01-23 08:03:03 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 81718c0c4d - Show all commits

View File

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