构建报错已经改掉了

This commit is contained in:
Azmat@qq.com
2026-08-19 17:55:28 +08:00
parent a343f47f0c
commit dcd9bf6b5e
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -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;