Remove className addition

This commit is contained in:
Fernando Marichal 2024-09-18 10:48:44 -03:00
parent b2c8a430a4
commit 2e8fe990c1
1 changed files with 0 additions and 2 deletions

View File

@ -325,9 +325,7 @@ const ProductTemplateEdit = (
customClassName = shrinkColumns ? dynamicGrid : staticGrid; customClassName = shrinkColumns ? dynamicGrid : staticGrid;
} }
customClassName = `${ customClassName } is-${ widthType }-width`;
let style = {}; let style = {};
if ( if (
WidthOptions.FIXED === widthType && WidthOptions.FIXED === widthType &&
fixedWidth && fixedWidth &&