Skip to content

Commit

Permalink
Merge pull request #375 from credebl/fix-send-invitation-model
Browse files Browse the repository at this point in the history
Fix: send invitation form reset
  • Loading branch information
sanjay-k1910 authored Oct 19, 2023
2 parents b3d2b33 + 3641314 commit da39050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const SendInvitationModal = (props: {
<Label htmlFor="email2" value="Email" />
<span className="text-red-500 text-xs">*</span>
</div>
<input
<Field
id="email"
name="email"
className="bg-gray-50 border border-gray-300 text-gray-900 sm:text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500"
Expand Down

0 comments on commit da39050

Please sign in to comment.