Skip to content

Commit b87c481

Browse files
committed
fix(alert): run lint
1 parent 4d522b9 commit b87c481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/alert/alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export class Alert implements ComponentInterface, OverlayInterface {
417417
* Check if alert has only one button and no inputs.
418418
* If so, focus the button, oderwise focus the alert wrapper.
419419
* This will map to the default native alert behavior.
420-
*/
420+
*/
421421
if (this.buttons.length === 1 && this.inputs.length === 0) {
422422
const queryBtn = this.wrapperEl?.querySelector('.alert-button') as HTMLButtonElement;
423423
queryBtn.focus();

0 commit comments

Comments
 (0)