bbovenzi commented on code in PR #72558:
URL: https://github.com/apache/airflow/pull/72558#discussion_r4074747692
##########
airflow-core/src/airflow/ui/src/components/DataTable/TableList.tsx:
##########
@@ -76,6 +77,11 @@ export const TableList = <TData,>({ noRowsMessage, table }:
TableListProps<TData
>
{text}
{rightIcon}
+ {isMultiSorted && sort !== false ? (
Review Comment:
We should probably add a tooltip onto this button to let users know about
the shift hotkey for multi sort
--
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]