Skip to content

Commit 978881e

Browse files
committed
Removed extraneous ts-expect-error
1 parent 203c4cf commit 978881e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-components/src/hooks/use-error-details.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const showErrorDetails = function showErrorDetails({
2525
buttonText: closeAction.replace(/\b\w/g, (c) => c.toUpperCase()),
2626
confirmButtonProps: {
2727
variant: ButtonVariant.Default,
28-
// @ts-expect-error actually supported by leafygreen, but not in types
2928
autoFocus: true,
3029
},
3130
});

0 commit comments

Comments
 (0)