fix(game-ui): preserve absent map selection prop
This commit is contained in:
@@ -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,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user