We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0650bb4 commit 8ea3cfdCopy full SHA for 8ea3cfd
src/core/plugins/swagger-js/index.js
@@ -3,7 +3,7 @@ import { execute, buildRequest } from "swagger-client/es/execute"
3
import Http, { makeHttp, serializeRes } from "swagger-client/es/http"
4
import resolveSubtree from "swagger-client/es/subtree-resolver"
5
import { opId } from "swagger-client/es/helpers"
6
-import * as configsWrapActions from "./configs-wrap-actions"
+import { loaded } from "./configs-wrap-actions"
7
8
export default function({ configs, getConfigs }) {
9
return {
@@ -30,7 +30,9 @@ export default function({ configs, getConfigs }) {
30
},
31
statePlugins: {
32
configs: {
33
- wrapActions: configsWrapActions
+ wrapActions: {
34
+ loaded,
35
+ }
36
}
37
38
0 commit comments