fix(web): pass TTSMod to flattenObjects in full setup
This commit is contained in:
@@ -42,7 +42,7 @@ export default function FullSetupPage() {
|
||||
}, [id, item?.fileUrl, load]);
|
||||
|
||||
const objects = useMemo(
|
||||
() => (mod ? flattenObjects(mod) : []),
|
||||
() => (mod ? flattenObjects(mod.mod) : []),
|
||||
[mod],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user