feat:add pressing return(enter) to submit modal

This commit is contained in:
Khaing Myel Khant
2022-10-13 20:40:51 +06:30
parent 50e8d60773
commit ff03d41d97
13 changed files with 26 additions and 12 deletions

View File

@ -114,6 +114,7 @@ const InterestModal: React.FC = () => {
/>
)}
/>
<input type="submit" style={{ display: 'none' }} />
</form>
</BaseModal>
);