diff --git a/src/components.js b/src/components.js index 8bcc92a..85fde4f 100644 --- a/src/components.js +++ b/src/components.js @@ -72,9 +72,9 @@ export default function(editor, opt = {}) { label: c.labelTraitMethod, name: 'method', options: [ - {value: 'post', name: 'POST'}, {value: 'get', name: 'GET'}, - ] + {value: 'post', name: 'POST'}, + ], },{ label: c.labelTraitAction, name: 'action',