This commit is contained in:
Oliver Bryan
2026-01-11 17:25:30 +00:00
parent 1999c116fe
commit 7a74a2fe73
2 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import { ISSUE_DESCRIPTION_MAX_LENGTH, ISSUE_TITLE_MAX_LENGTH, type UserRecord }
import { type FormEvent, useState } from "react";
import { useAuthenticatedSession } from "@/components/session-provider";
import { StatusSelect } from "@/components/status-select";
import StatusTag from "@/components/status-tag";
import { Button } from "@/components/ui/button";
import {
Dialog,
@@ -13,11 +14,10 @@ import {
} from "@/components/ui/dialog";
import { Field } from "@/components/ui/field";
import { Label } from "@/components/ui/label";
import { SelectTrigger } from "@/components/ui/select";
import { UserSelect } from "@/components/user-select";
import { issue } from "@/lib/server";
import { cn } from "@/lib/utils";
import StatusTag from "./status-tag";
import { SelectTrigger } from "./ui/select";
export function CreateIssue({
projectId,