Commit 0f9a0878 authored by XieZhiXiong's avatar XieZhiXiong

fixbug

parent e444b13a
......@@ -357,7 +357,7 @@ export const initDetailSchema = (props: any) => {
},
};
if (props) {
if (Array.isArray(props)) {
for (let [index, item] of props.entries()) {
tabSchema.properties[`tab-${index + 3}`] = {
type: 'object',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment