jd-opensource / drip-form

基于React和JSONSchema的动态表单解决方案
https://jd-opensource.github.io/drip-form/
MIT License
613 stars 73 forks source link

fix(generator): compatibility with old data #214

Closed mengshang918 closed 2 years ago

mengshang918 commented 2 years ago

Motivation

修复 #211 导致旧数据,右侧属性配置面板不展示问题

解决方案: 当用户未配置主题时且组件类型非对象容器和数组容器时,属性配置面板会兜底使用globalTheme:type

Have you read the Contributing Guidelines on pull requests?

Y

Test Plan

N

Related PRs

211