Skip to content

Commit 89b6829

Browse files
fix(chat): missing loading aria role
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent cd87956 commit 89b6829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/common/CodeAccordian.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const CodeAccordian = ({
7171
onClick={isLoading ? undefined : onToggleExpand}>
7272
{isLoading && (
7373
<div className="flex items-center">
74-
<span className="codicon codicon-loading animate-spin mr-1" />
74+
<span className="codicon codicon-loading animate-spin mr-1" aria-label="Loading" role="status" />
7575
</div>
7676
)}
7777
{isFeedback || isConsoleLogs ? (

0 commit comments

Comments
 (0)