Make the Plugin adapter extend Watchable
This commit is contained in:
parent
9de6165510
commit
b8cbc34675
7
ui/app/adapters/plugin.js
Normal file
7
ui/app/adapters/plugin.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Watchable from './watchable';
|
||||
|
||||
export default Watchable.extend({
|
||||
queryParamsToAttrs: {
|
||||
type: 'type',
|
||||
},
|
||||
});
|
Loading…
Reference in a new issue