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 730d73e commit eb2aef2Copy full SHA for eb2aef2
apps/builder/app/builder/features/style-panel/shared/css-editor/css-editor.tsx
@@ -317,8 +317,8 @@ export const CssEditor = ({
317
setProperty: SetProperty;
318
insertProperties: (styleMap: StyleMap) => void;
319
styleMap: StyleMap;
320
- apiRef: RefObject<CssEditorApi>;
321
- showFalse?: boolean;
+ apiRef?: RefObject<CssEditorApi>;
+ showSearch?: boolean;
322
}) => {
323
const [isAdding, setIsAdding] = useState(false);
324
const selectedInstanceKey = useStore($selectedInstanceKey);
0 commit comments