Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunaj5 committed Jan 13, 2025
1 parent ae841ca commit a128350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fyle/my-view-report/my-view-report.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
*ngIf="(report$|async)?.state === 'DRAFT' && (report$|async)?.num_expenses !== 0"
[disabled]="submitReportLoader"
appFormButtonValidation
[loadingText]="'Summitting'"
[loadingText]="'Submitting'"
[loading]="submitReportLoader"
(click)="submitReport()"
>
Expand Down

0 comments on commit a128350

Please sign in to comment.