ods-component-lib 1.18.221 → 1.18.222
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2117,9 +2117,7 @@ var OdsFilterPlus = function OdsFilterPlus(props) {
|
|
|
2117
2117
|
lg: 4
|
|
2118
2118
|
}, filterRow.colSize || defaultColSize({
|
|
2119
2119
|
isDisplayInline: isDisplayInline
|
|
2120
|
-
}),
|
|
2121
|
-
className: tab.children.length > 6 ? "mb-4" : ""
|
|
2122
|
-
}), filterRow.element);
|
|
2120
|
+
})), filterRow.element);
|
|
2123
2121
|
})) : null;
|
|
2124
2122
|
}));
|
|
2125
2123
|
};
|