sadpandajoe commented on code in PR #38155:
URL: https://github.com/apache/superset/pull/38155#discussion_r2849630549
##########
superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:
##########
@@ -119,6 +119,7 @@ const FilterTitleContainer = forwardRef<HTMLDivElement,
Props>(
key={`filter-title-tab-${id}`}
onClick={() => onChange(id)}
className={classNames.join(' ')}
+ aria-selected={isActive}
Review Comment:
Did we mean to commit these or were these to test that the gha is working
properly?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]