@trackunit/filters-graphql-hook 0.0.508 → 0.0.509
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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -288,7 +288,7 @@ const CustomFieldPrefix$1 = "cf__";
|
|
|
288
288
|
* @param filters Custom field filters
|
|
289
289
|
* @returns {CustomFieldFilter[]} Custom field filters in a format that can be used by the GraphQL API
|
|
290
290
|
*/
|
|
291
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
291
|
+
// eslint-disable-next-line @typescript-eslint/no-restricted-types
|
|
292
292
|
const useCustomFieldFilters = (filters) => {
|
|
293
293
|
return react.useMemo(() => {
|
|
294
294
|
const result = [];
|
package/index.esm.js
CHANGED
|
@@ -286,7 +286,7 @@ const CustomFieldPrefix$1 = "cf__";
|
|
|
286
286
|
* @param filters Custom field filters
|
|
287
287
|
* @returns {CustomFieldFilter[]} Custom field filters in a format that can be used by the GraphQL API
|
|
288
288
|
*/
|
|
289
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
289
|
+
// eslint-disable-next-line @typescript-eslint/no-restricted-types
|
|
290
290
|
const useCustomFieldFilters = (filters) => {
|
|
291
291
|
return useMemo(() => {
|
|
292
292
|
const result = [];
|