Remove StateLabel and Description from Dummy ProductStateCreation
All checks were successful
E2E Testing / test (push) Successful in 1m29s
All checks were successful
E2E Testing / test (push) Successful in 1m29s
This commit is contained in:
parent
aada044e08
commit
d219c2180b
@ -162,7 +162,7 @@ export class AppComponent implements OnInit{
|
||||
weather_season.addChildGamesystem(weather);
|
||||
weather_season.addChildGamesystem(season);
|
||||
|
||||
weather_season.createState(ProductState.computeProductStateLabel([springState!, sunnyState!]), "", [springState!, sunnyState!]);
|
||||
weather_season.createState([springState!, sunnyState!]);
|
||||
|
||||
this.gameModel.addGamesystem(weather_season);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user