diff --git a/ui/app/adapters/application.js b/ui/app/adapters/application.js index 3b82d526d..60a7fdacb 100644 --- a/ui/app/adapters/application.js +++ b/ui/app/adapters/application.js @@ -8,6 +8,10 @@ import { default as NoLeaderError, NO_LEADER } from '../utils/no-leader-error'; export const namespace = 'v1'; export default RESTAdapter.extend({ + // TODO: This can be removed once jquery-integration is turned off for + // the entire app. + useFetch: true, + namespace, system: service(),