Skip to content

Commit

Permalink
fix: Don't show badge list in base create release channel dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Oct 31, 2024
1 parent e046bdd commit 187ca0c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {

import { ReleaseConditionBadge } from "~/app/[workspaceSlug]/_components/release-condition/ReleaseConditionBadge";
import { ReleaseConditionDialog } from "~/app/[workspaceSlug]/_components/release-condition/ReleaseConditionDialog";
import { ReleaseBadgeList } from "~/app/[workspaceSlug]/_components/ReleaseBadgeList";
import { api } from "~/trpc/react";

type CreateReleaseChannelDialogProps = {
Expand Down Expand Up @@ -177,7 +176,6 @@ export const CreateReleaseChannelDialog: React.FC<
</div>
</FormControl>
<FormMessage />
{releases != null && <ReleaseBadgeList releases={releases} />}
</FormItem>
)}
/>
Expand Down

0 comments on commit 187ca0c

Please sign in to comment.