You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project/ws/app/src/lib/routes/create-mdo/routes/designation/components/designations/designations.component.ts
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ export class DesignationsComponent implements OnInit {
39
39
isMdoLeader: boolean
40
40
}[]=[]
41
41
orgId=''
42
+
orgName=''
42
43
showTopSection=false
43
44
designationMaster='desigantion master'
44
45
constructor(
@@ -61,11 +62,14 @@ export class DesignationsComponent implements OnInit {
0 commit comments