fix: refs #7353 rollback
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-17 12:58:06 +02:00
parent ed4a4e1e59
commit eb6f12ae3b
1 changed files with 1 additions and 1 deletions

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,