File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/plugin-datasource-pane Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 "traverse" : " ^0.6.6" ,
6060 "xstate" : " ^4.26.0"
6161 },
62- "homepage" : " https://unpkg.com/@alilc/lowcode-plugin-datasource-pane@1.0.1-beta.0 /build/index.html"
62+ "homepage" : " https://unpkg.com/@alilc/lowcode-plugin-datasource-pane@1.0.1/build/index.html"
6363}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const FormLazyObj = observer((props: FormLazyObjProps) => {
3131 return Object . keys ( schema . properties || { } )
3232 . filter ( ( i ) => selectedProperties . indexOf ( i ) === - 1 )
3333 . map ( ( propertyKey ) => ( {
34- label : schema . properties ?[ propertyKey ] . title ,
34+ label : schema . properties ?. [ propertyKey ] . title ,
3535 value : propertyKey ,
3636 } ) ) ;
3737 } , [ schema , selectedProperties ] ) ;
You can’t perform that action at this time.
0 commit comments