Skip to content

Commit

Permalink
Merge pull request #42 from devikasuresh20/develop
Browse files Browse the repository at this point in the history
AMM-1053 Schedule for TM changes
  • Loading branch information
devikasuresh20 authored Nov 13, 2024
2 parents 80ea71c + 4e577c0 commit 014b4ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h4>{{ currentLanguageSet?.common?.scheduler }}</h4>
<mat-datepicker #schedulerDatePicker></mat-datepicker>
</mat-form-field>
</div>
<div class="col-xs-12 box" style="margin-top: 15px">
<div class="col-xs-12 box">
<mat-form-field style="width: 60%">
<mat-label>{{
currentLanguageSet?.common?.specialization
Expand Down Expand Up @@ -187,12 +187,13 @@ <h4>{{ currentLanguageSet?.common?.scheduler }}</h4>
</div>
</div>

<div class="row" style="padding-bottom: 30px">
<div class="row m-b-20">
<div class="col-xs-12" *ngIf="selectedSlot && selectedSlot !== null">
<button
mat-raised-button
class="mat_blue"
style="float: right"
color="primary"
id="slot"
(click)="saveScheduledSlot()"
>
Expand Down

0 comments on commit 014b4ea

Please sign in to comment.