+
{collection?.title || collection?.name}
+
{
+ e.stopPropagation();
+ }}
+ className={cls('designable-bar-actions', { active: visible })}
+ >
+
+
+ {/* */}
+ {
+ setVisible(visible);
+ }}
+ overlay={
+
+ }
+ >
+
+
+
+
+
+ );
+});
diff --git a/packages/client/src/schemas/grid/index.tsx b/packages/client/src/schemas/grid/index.tsx
index a010f4b49c..495e26800c 100644
--- a/packages/client/src/schemas/grid/index.tsx
+++ b/packages/client/src/schemas/grid/index.tsx
@@ -31,17 +31,29 @@ import {
removeSchema,
updateSchema,
} from '..';
-import { createPortal } from 'react-dom';
+import { DesignableBar } from './DesignableBar';
const GridRowContext = createContext