chore: no estimates option, estimates activity (#838)
This commit is contained in:
parent
61761fedc5
commit
e23075b7b9
11 changed files with 97 additions and 53 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue