Skip to content

Commit

Permalink
chore(org): remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindgrutle committed Dec 14, 2023
1 parent 17f7d7b commit dcfda39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next-tavla/app/(admin)/components/Delete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function Delete({ organization }: { organization: TOrganization }) {
<form action={action} className="flexColumn w-100 g-2">
<HiddenInput id="oname" value={organization.name} />
<HiddenInput id="oid" value={organization.id} />

<TextField
name="name"
label="Organisasjonsnavn"
Expand Down

0 comments on commit dcfda39

Please sign in to comment.