Skip to content

Commit

Permalink
change edit & delete buttons on Tags table
Browse files Browse the repository at this point in the history
Signed-off-by: HadasahR <d025834828@gmail.com>
  • Loading branch information
HadasahR committed Sep 24, 2024
1 parent 91a5ae4 commit ae16d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/app/pages/controls/tags/components/tag-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ export const TagTable: React.FC<TabTableProps> = ({
<Tr key={tag.name}>
<Td>{tag.name}</Td>
<Td isActionCell>

<AppTableActionButtons
onEdit={() => onEdit(tag)}
onDelete={() => onDelete(tag)}

/>
</Td>
</Tr>
Expand Down

0 comments on commit ae16d57

Please sign in to comment.