Skip to content

Commit 0107b5d

Browse files
authored
Update designations.component.html
1 parent bb3d2ac commit 0107b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/ws/app/src/lib/routes/create-mdo/routes/designation/components/designations/designations.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<div class="flex justify-between items-center">
55
<div class="mobile-margin text-capitalize mat-h2">{{designationConfig.mainHeading}}</div>
66
<div class="flex gap-3">
7-
<!-- <button mat-raised-button class="mat-btn-flat" (click)="designationMaster = 'bulk upload'" type="button">
7+
<button mat-raised-button class="mat-btn-flat" (click)="designationMaster = 'bulk upload'" type="button">
88
{{designationConfig?.bulkUploadConfig?.mainHeading}}
9-
</button> -->
9+
</button>
1010

1111
<button mat-flat-button class="mat-btn-flat" (click)="designationMaster = 'import designations'"
1212
type="button">
@@ -104,4 +104,4 @@
104104
<ng-container *ngSwitchCase="'bulk upload'">
105105
<ws-app-bulk-upload (closeComponent)="showDesignationMaster($event)"></ws-app-bulk-upload>
106106
</ng-container>
107-
</ng-container>
107+
</ng-container>

0 commit comments

Comments
 (0)