forked from github/plane
fix: made description as optional field in project settings
This commit is contained in:
parent
08deff5d21
commit
f67bbbf9ff
@ -177,9 +177,7 @@ const GeneralSettings = () => {
|
||||
error={errors.description}
|
||||
register={register}
|
||||
placeholder="Enter project description"
|
||||
validations={{
|
||||
required: "Description is required",
|
||||
}}
|
||||
validations={{}}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user