Skip to content

Commit

Permalink
fix tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Jul 2, 2024
1 parent 9326666 commit 6427213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/PageCoreProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const coreProject = computed(
/** set tab title */
const { VITE_TITLE } = import.meta.env;
useTitle(computed(() => `${coreProject.value} | ${VITE_TITLE}`));
useTitle(computed(() => `${coreProject.value.id} | ${VITE_TITLE}`));
/** convert data from object to array */
const rows = computed(
Expand Down

0 comments on commit 6427213

Please sign in to comment.