bbovenzi commented on code in PR #67084:
URL: https://github.com/apache/airflow/pull/67084#discussion_r3267220972


##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/plugins.py:
##########
@@ -82,6 +82,7 @@ class BaseUIResponse(BaseModel):
     icon_dark_mode: str | None = None
     url_route: str | None = None
     category: str | None = None
+    promote_to_toolbar: bool = False

Review Comment:
   the ctl is `bool | None` and here it is just `bool`. Let's make it 
consistent.



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