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)}