Skip to content

Commit eb2aef2

Browse files
committed
types
1 parent 730d73e commit eb2aef2

File tree

1 file changed

+2
-2
lines changed
  • apps/builder/app/builder/features/style-panel/shared/css-editor

1 file changed

+2
-2
lines changed

apps/builder/app/builder/features/style-panel/shared/css-editor/css-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ export const CssEditor = ({
317317
setProperty: SetProperty;
318318
insertProperties: (styleMap: StyleMap) => void;
319319
styleMap: StyleMap;
320-
apiRef: RefObject<CssEditorApi>;
321-
showFalse?: boolean;
320+
apiRef?: RefObject<CssEditorApi>;
321+
showSearch?: boolean;
322322
}) => {
323323
const [isAdding, setIsAdding] = useState(false);
324324
const selectedInstanceKey = useStore($selectedInstanceKey);

0 commit comments

Comments
 (0)