diff --git a/apps/client/src/widgets/react/PropertySheet.tsx b/apps/client/src/widgets/react/PropertySheet.tsx index 6f520580ea..b196a956b3 100644 --- a/apps/client/src/widgets/react/PropertySheet.tsx +++ b/apps/client/src/widgets/react/PropertySheet.tsx @@ -9,12 +9,12 @@ interface PropertySheetParams { wideLayoutBreakpoint?: number; } -export function PropertySheet({ className, children, wideLayoutBreakpoint }: PropertySheetParams) { +export function PropertySheet({className, children, wideLayoutBreakpoint}: PropertySheetParams) { return -
+
{children}