File tree Expand file tree Collapse file tree
src/app/features/calendar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ <h2 class="text-lg font-bold text-[var(--color-text)]">{{ modalTitle }}</h2>
144144
145145< app-form-model *ngIf ="showEditHeatMapModel " [label] ="'Edit HeatMap' " (close) ="closeEditHeatMapModel() ">
146146 < form [formGroup] ="heatMapForm " (ngSubmit) ="updateHeatMap() ">
147- < label class ="block mb-1 font-medium "> From Date </ label >
147+ < label class ="block mb-1 font-medium "> Amount </ label >
148148 < input formControlName ="amount " type ="number " autocomplete ="off " min ="0 " max ="100000000 " placeholder ="Enter Amount "
149149 class ="w-full p-2 rounded border text-[var(--input-text)] bg-[var(--input-bg)] border-[var(--input-border)] focus:outline-none focus:ring-2 focus:ring-[var(--theme-color)] transition-all duration-200 " />
150150 < div class ="error-message text-[var(--color-error)] "
@@ -157,4 +157,4 @@ <h2 class="text-lg font-bold text-[var(--color-text)]">{{ modalTitle }}</h2>
157157 < button type ="submit " class ="px-4 py-2 bg-[var(--color-accent)] text-white rounded "> Update</ button >
158158 </ div >
159159 </ form >
160- </ app-form-model >
160+ </ app-form-model >
You can’t perform that action at this time.
0 commit comments