Skip to content
Snippets Groups Projects
Verified Commit 061d2fd0 authored by Damien's avatar Damien
Browse files

FIX admin diffusion models

parent ccbece3b
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ declare function $j(selector: any): any; ...@@ -14,7 +14,7 @@ declare function $j(selector: any): any;
@Component({ @Component({
templateUrl: "diffusionModels-administration.component.html", templateUrl: "diffusionModels-administration.component.html",
providers: [NotificationService] providers: [NotificationService, AppService]
}) })
export class DiffusionModelsAdministrationComponent implements OnInit { export class DiffusionModelsAdministrationComponent implements OnInit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment