Skip to content

Commit

Permalink
change TabPaneName to TabPanelName
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohehuhu committed Nov 3, 2023
1 parent 466a5ba commit 531761d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyuubi-server/web-ui/src/views/editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script lang="ts" setup>
import Editor from './components/Editor.vue'
import { ref } from 'vue'
import { TabPaneName } from 'element-plus'
import { TabPanelName } from 'element-plus'

const editableTabsValue = ref('1')
const editableTabs = ref([
Expand All @@ -49,7 +49,7 @@
])

const handleTabsEdit = (
targetName: TabPaneName | undefined,
targetName: TabPanelName | undefined,
action: 'remove' | 'add'
) => {
if (action === 'add') {
Expand Down

0 comments on commit 531761d

Please sign in to comment.