Skip to content

Commit

Permalink
uncomment head
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson committed Sep 18, 2024
1 parent 23f8b29 commit 1bc7613
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/pages/admin/debug/openai.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ export default defineComponent({
testOpenAI,
};
},
// head() {
// return {
// title: this.$t("admin.debug-openai-services"),
// };
// },
head() {
return {
title: this.$t("admin.debug-openai-services"),
};
},
});
</script>

0 comments on commit 1bc7613

Please sign in to comment.