@seafile/sdoc-editor 1.0.198 → 1.0.199
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.
|
@@ -304,7 +304,7 @@ function OpMenu(_ref3) {
|
|
|
304
304
|
filterConjunction: element.filter_conjunction || 'And',
|
|
305
305
|
filters: element.filters || [],
|
|
306
306
|
collaborators: [],
|
|
307
|
-
isNeedSubmit:
|
|
307
|
+
isNeedSubmit: false,
|
|
308
308
|
isShowFilterPopover: isShowFilter,
|
|
309
309
|
onFiltersChange: onFiltersChange,
|
|
310
310
|
hidePopover: onFilter
|
|
@@ -315,7 +315,7 @@ function OpMenu(_ref3) {
|
|
|
315
315
|
columns: selectedTable.columns,
|
|
316
316
|
sorts: element.sorts || [],
|
|
317
317
|
isShowSortPopover: isShowSort,
|
|
318
|
-
isNeedSubmit:
|
|
318
|
+
isNeedSubmit: false,
|
|
319
319
|
onSortsChange: onSortsChange,
|
|
320
320
|
onSortToggle: onSort
|
|
321
321
|
}), /*#__PURE__*/_react.default.createElement(_hideColumnSetter.default, {
|