hotfix-quitSaveOnEnter #1069

Merged
jsegarra merged 5 commits from hotfix-quitSaveOnEnter into master 2024-12-11 21:54:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 740cca2b93 - Show all commits

View File

@ -304,7 +304,7 @@ async function getAmountPaid() {
:label="t('globals.save')"
:loading="formModelRef.isLoading"
color="primary"
type="submit"
@click="formModelRef.save()"
/>
</div>
</template>