hainenber commented on code in PR #38155:
URL: https://github.com/apache/superset/pull/38155#discussion_r2850248253
##########
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:
It's both. I managed to resolve 1 of lingering lint issues to test out if
changed 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]