fix: refs #7353 sales person filter and locale #724

Merged
jorgep merged 6 commits from 7353-hotfix-fixFilter into master 2024-09-18 07:19:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eb6f12ae3b - Show all commits

View File

@ -6,7 +6,7 @@ import { useRoute } from 'vue-router';
import toDate from 'filters/toDate';
import VnFilterPanelChip from 'components/ui/VnFilterPanelChip.vue';
const { t, te } = useI18n();
const { t } = useI18n();
const $props = defineProps({
modelValue: {
type: Object,