diff --git a/src/make-find-mixin.ts b/src/make-find-mixin.ts index 7e1c37c1..275655e0 100644 --- a/src/make-find-mixin.ts +++ b/src/make-find-mixin.ts @@ -18,7 +18,7 @@ export default function makeFindMixin(options) { const { service, params, - fetchQuery, + fetchParams, queryWhen = () => true, local = false, qid = 'default', @@ -319,7 +319,7 @@ export default function makeFindMixin(options) { setupAttribute(SERVICE_NAME, service, 'computed', true) setupAttribute(PARAMS, params) - setupAttribute(FETCH_PARAMS, fetchQuery) + setupAttribute(FETCH_PARAMS, fetchParams) setupAttribute(QUERY_WHEN, queryWhen, 'computed') setupAttribute(LOCAL, local)