@seafile/sdoc-editor 1.0.146-alpha.1 → 1.0.146-alpha.2
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.
|
@@ -108,7 +108,7 @@ class FiltersList extends _react.Component {
|
|
|
108
108
|
} = this.props;
|
|
109
109
|
const isEmpty = filters.length === 0;
|
|
110
110
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
111
|
-
className: (0, _classnames.default)('filters-list', {
|
|
111
|
+
className: (0, _classnames.default)('filters-list', 'sdoc-filters-list', {
|
|
112
112
|
'empty-filters-container': isEmpty
|
|
113
113
|
}, {
|
|
114
114
|
[className]: className
|