Skip to content

Commit

Permalink
Merge pull request #44 from kloudlite/features/design
Browse files Browse the repository at this point in the history
Fixed ts error
  • Loading branch information
tulsiojha authored Dec 20, 2023
2 parents d85db57 + cc33d85 commit ee7cb18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ const GridView = ({ items, onDelete, onEdit }: IResource) => {
<ExtraButton
onDelete={() => onDelete(item)}
onEdit={() => onEdit(item)}
status="none"
/>
}
/>
Expand Down

0 comments on commit ee7cb18

Please sign in to comment.