fix: made description as optional field in project settings
This commit is contained in:
parent
08deff5d21
commit
f67bbbf9ff
1 changed files with 1 additions and 3 deletions
|
|
@ -177,9 +177,7 @@ const GeneralSettings = () => {
|
|||
error={errors.description}
|
||||
register={register}
|
||||
placeholder="Enter project description"
|
||||
validations={{
|
||||
required: "Description is required",
|
||||
}}
|
||||
validations={{}}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue