introduced sprint selection to the create issue dialog

This commit is contained in:
Oliver Bryan
2026-01-12 03:05:32 +00:00
parent f014c023e6
commit 66e3eb4a38
5 changed files with 31 additions and 4 deletions

View File

@@ -419,6 +419,7 @@ export default function App() {
<>
<CreateIssue
projectId={selectedProject?.Project.id}
sprints={sprints}
members={members}
statuses={selectedOrganisation.Organisation.statuses}
completeAction={async () => {