Hotfix: fixed ticket state function #770

Merged
jon merged 4 commits from Hotfix-ChangeTicketState into master 2024-09-27 08:08:45 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2990d32705 - Show all commits

View File

@ -12,6 +12,7 @@ import VnTitle from 'src/components/common/VnTitle.vue';
import VnRow from 'src/components/ui/VnRow.vue';
const route = useRoute();
const { t } = useI18n();
const grafanaUrl = 'https://grafana.verdnatura.es';
const $props = defineProps({
id: {