Skip to content

Commit e0d04af

Browse files
authored
Merge pull request #2241 from makandre/patch-1
fix: Error svg should not have tab index
2 parents a1fae5b + 679013f commit e0d04af

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="0">
27+
size="16">
2928
</svg>
3029
<svg
3130
ibmIcon="close"

0 commit comments

Comments
 (0)