open-nomad/ui/app/adapters/volume.js
Buck Doyle cd11cd290c Add manually-converted classes
I don’t know why the codemod ignored these files 🧐
2020-06-15 10:14:26 -05:00

9 lines
224 B
JavaScript

import WatchableNamespaceIDs from './watchable-namespace-ids';
export default class VolumeAdapter extends WatchableNamespaceIDs {
queryParamsToAttrs = Object.freeze({
type: 'type',
plugin_id: 'plugin.id',
});
}