tirkarthi commented on code in PR #45215:
URL: https://github.com/apache/airflow/pull/45215#discussion_r1907673278


##########
airflow/ui/src/pages/Run/TaskInstances.tsx:
##########
@@ -82,12 +85,71 @@ const columns: Array<ColumnDef<TaskInstanceResponse>> = [
   },
 ];
 
+const stateOptions = createListCollection({
+  items: [
+    { label: "All States", value: "all" },

Review Comment:
   I added `clearable` by default. Now I have made it so that it's clearable 
only when a state is selected and it's not shown for "all states" when no state 
is selected.



-- 
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]

Reply via email to