fix: ts error
This commit is contained in:
parent
eafea56e99
commit
2a7cc13d3e
|
|
@ -3,7 +3,7 @@ import { Separator } from "@/components/ui/separator";
|
|||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||
|
||||
interface BaseViewProps {
|
||||
children: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
defaultTab?: string;
|
||||
tabs?: {
|
||||
value: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue