fix(game-ui): preserve absent map selection prop

This commit is contained in:
2026-08-13 16:37:20 +00:00
parent ad7d66fd32
commit 082bdc6e32
@@ -75,6 +75,7 @@ const props = withDefaults(
{
// Vue casts an absent Boolean prop to false unless undefined is an explicit default.
detailMode: undefined,
selectedCityId: undefined,
}
);