diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2021-01-12 14:58:54 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-01-13 14:17:55 +0000 |
commit | cae13f9196921c1b854d2f199db4dfbdd5868a62 (patch) | |
tree | 18c4e393b2b162fd85e45afb6209f7924e0bdf78 /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard | |
parent | 462f304e905e48ef068ddd0e23f9253568c4012c (diff) |
Apply style modifications to done development tasks
Issue-ID: CCSDK-2525
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I7c676a1fe469d91df7b4f185a1b1e52c5c91c17b
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts index 0f5210230..2f151d1bf 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts @@ -68,7 +68,7 @@ export class PackageListComponent implements OnInit { this.router.navigate(['/packages']); this.packagesStore.getAll(); }, err => { - this.toastService.error('Error occured during deleting package ' + err.message); + this.toastService.error('Error has occured during deleting package ' + err.message); }); } |