Skip to content

Commit

Permalink
fix the plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
ponelat committed Jun 15, 2017
1 parent 866aec2 commit cea5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -25,7 +25,7 @@ const defaults = {
presets: [
SwaggerUI.presets.apis
],
plugins,
plugins: Object.values(plugins),
components: {
EditorLayout
},
Expand Down

0 comments on commit cea5bc5

Please sign in to comment.