Fixed permission names in front end as they have to be kebab cased

This commit is contained in:
2020-05-30 10:29:23 +05:30
parent 1a553146e2
commit a5fcb2026c
25 changed files with 34 additions and 57 deletions

View File

@ -71,9 +71,6 @@ export const MY_FORMATS = {
providers: [
{provide: DateAdapter, useClass: MomentDateAdapter, deps: [MAT_DATE_LOCALE]},
{provide: MAT_DATE_FORMATS, useValue: MY_FORMATS},
],
entryComponents: [
IssueDialogComponent
]
})
export class IssueModule {