mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: made description as optional field in project settings
This commit is contained in:
@@ -177,9 +177,7 @@ const GeneralSettings = () => {
|
||||
error={errors.description}
|
||||
register={register}
|
||||
placeholder="Enter project description"
|
||||
validations={{
|
||||
required: "Description is required",
|
||||
}}
|
||||
validations={{}}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user