fix: states order (#498)
* fix: order of states in the kanban board * fix: state name in list view
This commit is contained in:
parent
4e3c9397ea
commit
79249c5c9b
5 changed files with 37 additions and 11 deletions
|
|
@ -580,7 +580,6 @@ export const IssuesView: React.FC<Props> = ({ type = "issue", openIssuesListModa
|
|||
<AllLists
|
||||
type={type}
|
||||
states={states}
|
||||
members={members}
|
||||
addIssueToState={addIssueToState}
|
||||
makeIssueCopy={makeIssueCopy}
|
||||
handleEditIssue={handleEditIssue}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue