added status select to create-issue component

This commit is contained in:
Oliver Bryan
2026-01-10 18:01:19 +00:00
parent 4341e6bcdf
commit 3959854bae
4 changed files with 64 additions and 8 deletions

View File

@@ -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();