From a236b95bcf274bc4463e736a1091c3b2b20b087a Mon Sep 17 00:00:00 2001 From: Rajesh Jonnalagadda Date: Sun, 29 Sep 2024 20:05:10 +0530 Subject: [PATCH] chore: reverted the flex-1 change --- keep-ui/app/dashboard/GridItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keep-ui/app/dashboard/GridItem.tsx b/keep-ui/app/dashboard/GridItem.tsx index 4526f4ef6..5ef0d09bf 100644 --- a/keep-ui/app/dashboard/GridItem.tsx +++ b/keep-ui/app/dashboard/GridItem.tsx @@ -37,7 +37,7 @@ const GridItem: React.FC = ({ item, onEdit, onDelete }) => {
{/* For table view we need intract with table filter and pagination.so we aare dragging the widget here */} - {item.name} + {item.name} onEdit(item.i)} onDelete={() => onDelete(item.i)}