Skip to content

Commit aa96f20

Browse files
committed
fix lint
1 parent 9ea7d6e commit aa96f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/blade/src/app/_components/issue-list/issues-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function IssuesList() {
4242
paneData?.refresh();
4343
toast.success("Issue deleted successfully");
4444
},
45-
onError: (error) => {
45+
onError: () => {
4646
toast.error("Failed to delete issue");
4747
},
4848
});

0 commit comments

Comments
 (0)