mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
edit + delete capabilities for org, project, sprint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { OrganisationRecord, OrganisationResponse } from "@sprint/shared";
|
||||
import { useState } from "react";
|
||||
import { toast } from "sonner";
|
||||
import { CreateOrganisation } from "@/components/create-organisation";
|
||||
import { OrganisationModal } from "@/components/organisation-modal";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
Select,
|
||||
@@ -74,7 +74,7 @@ export function OrganisationSelect({
|
||||
{organisations.length > 0 && <SelectSeparator />}
|
||||
</SelectGroup>
|
||||
|
||||
<CreateOrganisation
|
||||
<OrganisationModal
|
||||
trigger={
|
||||
<Button variant="ghost" className={"w-full"} size={"sm"}>
|
||||
Create Organisation
|
||||
|
||||
Reference in New Issue
Block a user