构建报错已经改掉了
This commit is contained in:
@@ -100,10 +100,10 @@ export function SettingRow({ title, desc, action, toggle, checked }: { title: st
|
||||
);
|
||||
}
|
||||
|
||||
export function TeamModal({ open, title, subtitle, icon, close, children, footer, dismissable = true }: {
|
||||
export function TeamModal({ open, title, subtitle = "", icon, close, children, footer, dismissable = true }: {
|
||||
open: boolean;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
subtitle?: string;
|
||||
icon: ReactNode;
|
||||
close: () => void;
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user