Skip to content

Commit

Permalink
fix: remove includeGithub prop
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHarsh committed Sep 22, 2024
1 parent 9b9814c commit a538e7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions client/src/components/domains/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ import { register } from "@/lib/submitAction";
import { useToast } from "@/hooks/use-toast";

export default function Form({
includeGithub,
subdomains,
domain: domainProp,
}: {
includeGithub: boolean;
subdomains: string[];
description: string;
domain?: string;
Expand Down
1 change: 0 additions & 1 deletion client/src/components/domains/lightbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ const Lightbox: React.FC<LightboxProps> = ({
style={{minHeight: "50vh"}}
>
<Form
includeGithub={true}
domain={domain.title}
subdomains={domain.subdomains}
description={domain.description}
Expand Down

0 comments on commit a538e7f

Please sign in to comment.