From 430e1459461e137d65b534cbe1a1797e43106ecf Mon Sep 17 00:00:00 2001 From: Johnson Cherian Date: Tue, 12 Dec 2023 11:59:56 +0530 Subject: [PATCH] fix: convert grid componets parent to fluid container --- frontend/src/Editor/DragContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/DragContainer.jsx b/frontend/src/Editor/DragContainer.jsx index af480a7bbd..53b77aabe0 100644 --- a/frontend/src/Editor/DragContainer.jsx +++ b/frontend/src/Editor/DragContainer.jsx @@ -175,7 +175,7 @@ export default function DragContainer({ return (
-
+
{/*
*/} {list .filter((i) => isEmpty(i.parent))