Skip to content

Commit

Permalink
fix: Change delete button text (#403)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Oct 23, 2024
1 parent e8674a4 commit 1a5d0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/clusters/show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ export default function ShowCluster() {
},
}}
>
Save
Delete
</LoadingButton>
) : (
<Button
Expand Down

0 comments on commit 1a5d0c8

Please sign in to comment.