Skip to content

Commit

Permalink
Merge pull request #563 from sunbird-cb/kar-656-button-remove
Browse files Browse the repository at this point in the history
Fixed:- KAR-656 Issue in MDO portal
  • Loading branch information
vishnubansaltarento authored Jul 10, 2024
2 parents e2e431d + 506a714 commit fc3c7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</div>
</div>
<div class="flex-1 right-align">
<button type="button" mat-button class="create-btn" (click)="adduser()">
<!-- <button type="button" mat-button class="create-btn" (click)="adduser()">
Add user
</button>
</button> -->
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</div>
</div>
<div class="flex-1 right-align">
<button type="button" mat-button class="create-btn" (click)="adduser()">
<!-- <button type="button" mat-button class="create-btn" (click)="adduser()">
Add user
</button>
</button> -->
</div>
</div>
</div>
Expand Down

0 comments on commit fc3c7cc

Please sign in to comment.