|
@@ -304,6 +304,7 @@ const GrowiContextualSubNavigation = (props) => {
|
|
|
tags={tagsInfoData?.tags || []}
|
|
tags={tagsInfoData?.tags || []}
|
|
|
tagsUpdatedHandler={tagsUpdatedHandler}
|
|
tagsUpdatedHandler={tagsUpdatedHandler}
|
|
|
controls={ControlComponents}
|
|
controls={ControlComponents}
|
|
|
|
|
+ additionalClasses={['container-fluid']}
|
|
|
/>
|
|
/>
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|