geido commented on code in PR #23811:
URL: https://github.com/apache/superset/pull/23811#discussion_r1176781952


##########
superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:
##########
@@ -654,6 +655,7 @@ const DashboardBuilder: FC<DashboardBuilderProps> = () => {
               return (
                 <FiltersPanel
                   width={filterBarWidth}
+                  hidden={isReport}

Review Comment:
   The prop itself it is still required for the component as it can be included 
directly like is the case of the horizontal FilterBar. In this specific case, 
as the wrapper is hidden too, it's not necessary to pass it to the FilterBar 
most probably but I think there is no harm in having it there either



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

Reply via email to