Skip to content

Commit

Permalink
chore: delete
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 13, 2024
1 parent b603365 commit dfbbf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ParagraphDeleteInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ParagraphDeleteButton: React.FC<any> = ({
showCancelButton: true,
confirmButtonColor: "#3085d6",
cancelButtonColor: "#d33",
confirmButtonText: "Yes, delete it!",
confirmButtonText: "Yes",
});
if (result.isConfirmed) {
if (isRemovePaper) {
Expand Down

0 comments on commit dfbbf17

Please sign in to comment.