Remove StateLabel and Description from Dummy ProductStateCreation
All checks were successful
E2E Testing / test (push) Successful in 1m29s

This commit is contained in:
Sebastian Böckelmann 2024-02-10 17:12:01 +01:00
parent aada044e08
commit d219c2180b

View File

@ -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);
}