Fix going away when creating target

cd8062ada3
This commit is contained in:
Owen
2025-10-15 17:48:31 -07:00
parent e66c6b2505
commit 08eeb12519

View File

@@ -466,7 +466,7 @@ export default function Page() {
...target, ...target,
...data, ...data,
updated: true, updated: true,
siteType: site?.type || null // siteType: site?.type || null
} }
: target : target
) )