构建报错已经改掉了
This commit is contained in:
@@ -102,7 +102,6 @@ export function Dashboard({
|
||||
userName?: string;
|
||||
loading?: boolean;
|
||||
navigate: NavigateFn;
|
||||
onCreateProduct?: (payload: unknown) => Promise<Product | null | undefined> | void;
|
||||
}) {
|
||||
const [tab, setTab] = useState<DashTab>("all");
|
||||
const projCount = projectTotal ?? projects.length;
|
||||
|
||||
Reference in New Issue
Block a user