Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add text to delete button
  • Loading branch information
regalijan committed Oct 19, 2024
1 parent 338cfa5 commit d2e83a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/routes/events-team.tsx
Expand Up @@ -454,7 +454,9 @@ export default function () {
colorScheme="red"
ml="8px"
onClick={async () => await deleteEvent(selectedEvent)}
/>
>
Delete
</Button>
</ModalFooter>
</ModalContent>
</Modal>
Expand Down

0 comments on commit d2e83a1

Please sign in to comment.