Update SubmitDoc.vue

pull/6632/head
Mert Sincan 2024-10-23 11:44:10 +01:00
parent a76f1256f3
commit 85f8be65fd
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ export default {
// e.states: Contains the current state of each form field, including validity status.
// e.errors: An object that holds any validation errors for the invalid fields in the form.
// e.values: An object containing the current values of all form fields.
// e.reset: A function that resets the form to its initial state.
if (e.valid) {
this.$toast.add({ severity: 'success', summary: 'Form is submitted.', life: 3000 });
}