chore: user auth layer (#749)
* chore: use estimate points hook created * chore: user auth layer * fix: build error
This commit is contained in:
parent
3fe32606a9
commit
1026ae3eb1
20 changed files with 603 additions and 487 deletions
|
|
@ -15,6 +15,7 @@ const initialValues: Properties = {
|
|||
priority: false,
|
||||
state: true,
|
||||
sub_issue_count: false,
|
||||
estimate: false,
|
||||
};
|
||||
|
||||
const useIssuesProperties = (workspaceSlug?: string, projectId?: string) => {
|
||||
|
|
@ -90,6 +91,7 @@ const useIssuesProperties = (workspaceSlug?: string, projectId?: string) => {
|
|||
priority: properties.priority,
|
||||
state: properties.state,
|
||||
sub_issue_count: properties.sub_issue_count,
|
||||
estimate: properties.estimate,
|
||||
};
|
||||
|
||||
return [newProperties, updateIssueProperties] as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue