Applied code review feedback

This commit is contained in:
David Coomber 2023-03-19 17:17:38 +02:00
parent 1d03e1d5ea
commit 437044bdcd

View File

@ -102,7 +102,7 @@ const NewRequest = ({ collection, item, isEphermal, onClose }) => {
checked={formik.values.requestType === 'http-request'} checked={formik.values.requestType === 'http-request'}
/> />
<label htmlFor="http-request" className="ml-1 cursor-pointer select-none"> <label htmlFor="http-request" className="ml-1 cursor-pointer select-none">
REST HTTP
</label> </label>
<input <input