diff --git a/frontend/src/components/content/ContentPane.vue b/frontend/src/components/content/ContentPane.vue index 8a3c7d3..8fcf4d2 100644 --- a/frontend/src/components/content/ContentPane.vue +++ b/frontend/src/components/content/ContentPane.vue @@ -54,10 +54,6 @@ const onUpdateValue = (tabIndex) => { tabStore.switchTab(tabIndex) } -const onAddTab = () => { - tabStore.newBlankTab() -} - const i18n = useI18n() const confirmDialog = useConfirmDialog() const onCloseTab = (tabIndex) => { @@ -72,13 +68,12 @@ const onCloseTab = (tabIndex) => {