fix: states order (#498)

* fix: order of states in the kanban board

* fix: state name in list view
This commit is contained in:
Aaryan Khandelwal 2023-03-23 01:00:50 +05:30 committed by GitHub
parent 4e3c9397ea
commit 79249c5c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 11 deletions

View file

@ -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}