mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update project-edit.js
This commit is contained in:
parent
a8bc0e5508
commit
ee090681d8
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ const ProjectEditForm = ({ project }) => {
|
|||
<Input
|
||||
{...useField('hours')}
|
||||
type="number"
|
||||
min="1"
|
||||
sx={{ border: '1px dashed', borderColor: '#09AFB4', mb: 2 }}
|
||||
/>
|
||||
</Label>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue