chore: no estimates option, estimates activity (#838)

This commit is contained in:
Aaryan Khandelwal 2023-04-17 11:30:48 +05:30 committed by GitHub
parent 61761fedc5
commit e23075b7b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 97 additions and 53 deletions

View file

@ -48,7 +48,7 @@ const defaultValues: Partial<IIssue> = {
name: "",
description: "",
description_html: "<p></p>",
estimate_point: 0,
estimate_point: null,
state: "",
cycle: null,
priority: null,