diff --git a/ui/app/adapters/plugin.js b/ui/app/adapters/plugin.js new file mode 100644 index 000000000..c89779543 --- /dev/null +++ b/ui/app/adapters/plugin.js @@ -0,0 +1,7 @@ +import Watchable from './watchable'; + +export default Watchable.extend({ + queryParamsToAttrs: { + type: 'type', + }, +});