mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
full status implementation
This commit is contained in:
@@ -312,6 +312,9 @@ export default function App() {
|
||||
project={selectedProject}
|
||||
issueData={selectedIssue}
|
||||
members={members}
|
||||
statuses={
|
||||
selectedOrganisation.Organisation.statuses as unknown as string[]
|
||||
}
|
||||
close={() => setSelectedIssue(null)}
|
||||
onIssueUpdate={refetchIssues}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user