Skip to content

Commit

Permalink
fix(editor): data-source-field-select出现两个label
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Oct 18, 2023
1 parent ed3c3d6 commit c25be06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/fields/DataSourceFieldSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const cascaderConfig = computed(() => {
type: 'cascader',
name: props.name,
checkStrictly: !valueIsKey,
text: '',
options: () =>
dataSources.value
?.filter((ds) => ds.fields?.length)
Expand Down

0 comments on commit c25be06

Please sign in to comment.