refactor: form submit text as input

This commit is contained in:
2025-12-15 21:43:01 -03:00
parent a41c4a7761
commit 01ac16fbdc
3 changed files with 18 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
</div>
<div class="footer">
<app-squared-btn
[text]="strings.add"
[text]="submitText()"
></app-squared-btn>
</div>
</form>