#6321 - Negative ticket #158

Open
jsegarra wants to merge 220 commits from 6321_negative_tickets into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b564bb648 - Show all commits

View File

@ -13,7 +13,7 @@ import { useDialogPluginComponent } from 'quasar';
const session = useSession();
const token = session.getToken();
const token = session.getTokenMultimedia();
const stateStore = useStateStore();
const { t } = useI18n();