+ setPageLayoutCurrentBreakpoint(
+ newBreakpoint as PageLayoutBreakpoint,
+ )
+ }
+ >
+ {isLayoutEmpty ? (
+
+ {
+ navigatePageLayoutCommandMenu({
+ commandMenuPage:
+ CommandMenuPages.PageLayoutWidgetTypeSelect,
+ });
+ }}
+ />
+
+ ) : (
+ activeTabWidgets?.map((widget) => (
+
+
+
+ ))
+ )}
+
+