We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73890c commit b2254a0Copy full SHA for b2254a0
client/packages/lowcoder/src/pages/editor/right/PropertyView.tsx
@@ -26,7 +26,7 @@ export default function PropertyView(props: PropertyViewProps) {
26
27
let propertyView;
28
if (selectedComp) {
29
- return <>{selectedComp.getPropertyView()}</>;
+ propertyView = selectedComp.getPropertyView();
30
} else if (selectedCompNames.size > 1) {
31
propertyView = (
32
<SelectedComps
0 commit comments