mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
added status select to create-issue component
This commit is contained in:
@@ -240,6 +240,7 @@ export default function App() {
|
||||
<CreateIssue
|
||||
projectId={selectedProject?.Project.id}
|
||||
members={members}
|
||||
statuses={selectedOrganisation.Organisation.statuses as unknown as string[]}
|
||||
completeAction={async () => {
|
||||
if (!selectedProject) return;
|
||||
await refetchIssues();
|
||||
|
||||
Reference in New Issue
Block a user