Skip to content

Commit b2bdd93

Browse files
committed
chore: cleanup const typecast
1 parent cef2dd4 commit b2bdd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialog/internal/dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ export class Dialog extends dialogBaseClass {
564564
private getFirstAndLastFocusableChildren(): [HTMLElement, HTMLElement]
565565
| [null, null] {
566566
if (!this.treewalker) {
567-
return [null, null] as const;
567+
return [null, null];
568568
}
569569

570570
let firstFocusableChild: HTMLElement | null = null;

0 commit comments

Comments
 (0)