removed Dialog from component names and changed -modal to -form

This commit is contained in:
Oliver Bryan
2026-01-21 12:26:19 +00:00
parent 7514a46d36
commit c766615d12
13 changed files with 34 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
import { useEffect, useMemo, useState } from "react";
import { ProjectModal } from "@/components/project-modal";
import { ProjectForm } from "@/components/project-form";
import { useSelection } from "@/components/selection-provider";
import { Button } from "@/components/ui/button";
import {
@@ -81,7 +81,7 @@ export function ProjectSelect({
))}
{projects.length > 0 && <SelectSeparator />}
</SelectGroup>
<ProjectModal
<ProjectForm
organisationId={selectedOrganisationId ?? undefined}
trigger={
<Button