Update project-edit.js

This commit is contained in:
Arnav Kumar 2024-08-22 22:43:01 +05:30 committed by GitHub
parent a8bc0e5508
commit ee090681d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,6 +209,7 @@ const ProjectEditForm = ({ project }) => {
<Input
{...useField('hours')}
type="number"
min="1"
sx={{ border: '1px dashed', borderColor: '#09AFB4', mb: 2 }}
/>
</Label>