Skip to content

Commit

Permalink
add name of shared report to title attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Dec 9, 2024
1 parent e3d8457 commit ee9d818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/Pages/SharedReport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit ee9d818

Please sign in to comment.