Skip to content

Commit 6ae4bc4

Browse files
committed
fix: Remove tabindex attribute
Signed-off-by: Andrew Mak <[email protected]>
1 parent 8ee59d7 commit 6ae4bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/file-uploader/file.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ import { FileItem } from "./file-item.interface";
2424
*ngIf="isInvalidText"
2525
ibmIcon="warning--filled"
2626
class="bx--file--invalid"
27-
size="16"
28-
tabindex="-1">
27+
size="16">
2928
</svg>
3029
<svg
3130
ibmIcon="close"

0 commit comments

Comments
 (0)