mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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}
|
error={errors.description}
|
||||||
register={register}
|
register={register}
|
||||||
placeholder="Enter project description"
|
placeholder="Enter project description"
|
||||||
validations={{
|
validations={{}}
|
||||||
required: "Description is required",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user