Skip to content

Commit

Permalink
#1944 Application Reminder Emails/Admin Email Signature Box (#1958)
Browse files Browse the repository at this point in the history
* use action button when operation is async

* fix dependency

* update action button in users and roles

* update action button on exercise export

* update action button on exercise export

* update action button on exercise export

* update package-lock.json

* update TextField type to default

* add hint

* revert changes

* fix warning
  • Loading branch information
HalcyonJAC authored Apr 14, 2023
1 parent 3fa4ce5 commit ea49a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Exercise/Details/Contacts/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
id="exercise-email-signature-name"
v-model="formData.emailSignatureName"
label="Email signature name"
type="email"
hint="Enter Selection Exercise Manager name here"
type=""
required
/>

Expand Down

0 comments on commit ea49a09

Please sign in to comment.