Skip to content

Commit

Permalink
wip: Provide a KTab component #918
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 22, 2024
1 parent 5dbe65b commit 8878bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/KTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const tabs = computed(() => {
return getModes()
})
const panel = computed(() => {
return _.cloneDeep(_.get(props.content, current.value))
return _.get(props.content, current.value)
})
// Function
Expand Down

0 comments on commit 8878bc1

Please sign in to comment.