Skip to content

Commit

Permalink
fix:修复资源管理工具类型切换 (opentiny#239)
Browse files Browse the repository at this point in the history
* fix:修复资源管理工具类型切换
  • Loading branch information
yaoyun8 authored Jan 11, 2024
1 parent 00160f9 commit 7b9ff6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/bridge/src/BridgeSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export default {
state.name = state.resource.name
state.content = state.resource.content || {}
state.value = state.resource?.content?.value || ''
state.type = getCategory()
})
watch(
Expand Down

0 comments on commit 7b9ff6c

Please sign in to comment.