Skip to content

Commit

Permalink
fix: [M3-7088] - Fix typo in CloseTicketLink.tsx (#9639)
Browse files Browse the repository at this point in the history
* Fix typo in CloseTicketLink.tsx

* Added changeset: Fix typo in CloseTicketLink.tsx
  • Loading branch information
jcallahan-akamai authored Sep 7, 2023
1 parent 5b87bf8 commit 07d99c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-9639-fixed-1694031609043.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Fix typo in CloseTicketLink.tsx ([#9639](https://github.com/linode/manager/pull/9639))
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const CloseTicketLink = ({ ticketId }: Props) => {
<ActionsPanel
primaryButtonProps={{
'data-testid': 'dialog-submit',
label: 'Confrim',
label: 'Confirm',
loading: isLoading,
onClick: closeTicket,
}}
Expand Down

0 comments on commit 07d99c1

Please sign in to comment.