@trackunit/filters-asset-filter-definitions 0.0.27 → 0.0.30
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/index.cjs.js +0 -1
- package/index.esm.js +0 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -1639,7 +1639,6 @@ const CustomerIdsFilterView = (props) => {
|
|
|
1639
1639
|
search: debouncedSearch,
|
|
1640
1640
|
filters: Object.assign(Object.assign({}, activeFilters), { customerIds: null }),
|
|
1641
1641
|
},
|
|
1642
|
-
context: { headers: { "TU-PREVIEW": "LIVE-PROSPER" } },
|
|
1643
1642
|
});
|
|
1644
1643
|
const options = react.useMemo(() => {
|
|
1645
1644
|
var _a, _b, _c;
|
package/index.esm.js
CHANGED
|
@@ -1615,7 +1615,6 @@ const CustomerIdsFilterView = (props) => {
|
|
|
1615
1615
|
search: debouncedSearch,
|
|
1616
1616
|
filters: Object.assign(Object.assign({}, activeFilters), { customerIds: null }),
|
|
1617
1617
|
},
|
|
1618
|
-
context: { headers: { "TU-PREVIEW": "LIVE-PROSPER" } },
|
|
1619
1618
|
});
|
|
1620
1619
|
const options = useMemo(() => {
|
|
1621
1620
|
var _a, _b, _c;
|