Skip to content

Commit

Permalink
Fixed ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikash committed Dec 20, 2023
1 parent b230890 commit 5e47771
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 5e47771

Please sign in to comment.