add name of shared report to title attribute

This commit is contained in:
Gregor Vostrak
2024-12-09 17:24:04 +01:00
parent e3d8457523
commit ee9d818d75

View File

@@ -13,6 +13,7 @@ import { useQuery } from '@tanstack/vue-query';
import { api } from '@/packages/api/src';
import { getRandomColorWithSeed } from '@/packages/ui/src/utils/color';
import { useReportingStore } from '@/utils/useReporting';
import { Head } from '@inertiajs/vue3';
const sharedSecret = ref<string | null>(null);
@@ -138,6 +139,8 @@ function getGroupLabel(key: string) {
</script>
<template>
<Head :title="sharedReportResponseData?.name" />
<div class="text-muted">
<MainContainer
class="py-3 sm:py-5 border-b border-default-background-separator flex justify-between items-center">