mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(frontend): add missing @ngInject (#4217)
This commit is contained in:
parent
b6fc434291
commit
297eea5da6
5 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import _ from 'lodash-es';
|
||||
|
||||
export class VolumeBrowserController {
|
||||
/* @ngInject */
|
||||
constructor($async, HttpRequestHelper, VolumeBrowserService, FileSaver, Blob, ModalService, Notifications) {
|
||||
Object.assign(this, { $async, HttpRequestHelper, VolumeBrowserService, FileSaver, Blob, ModalService, Notifications });
|
||||
this.state = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue