Skip to content

feat: toolbar in secondary header optional

Agustina Carrion requested to merge feat/make-toolbar-optional into main

I've checked that in the UI component SecondaryHeader the ToolBar is not optional. So i've made it conditional to there being toolBarItems. In the SecondaryHeaderStory, adding the control "toolBar" caused a typescript error I'm not sure how to solve.

Merge request reports