fix external user select box

This commit is contained in:
miloschwartz
2025-07-18 14:45:16 -07:00
parent b34c3db956
commit 7a59e3acf7
2 changed files with 33 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ import { cn } from "@app/lib/cn";
import { RadioGroup, RadioGroupItem } from "./ui/radio-group";
import { useState } from "react";
interface StrategyOption<TValue extends string> {
export interface StrategyOption<TValue extends string> {
id: TValue;
title: string;
description: string;