fix feature steps glitch

This commit is contained in:
Julien Calixte
2023-07-30 16:44:42 +02:00
parent f68601c957
commit c72948efc1
6 changed files with 59 additions and 30 deletions

View File

@@ -119,6 +119,8 @@ export const useSimulationStore = defineStore('dashboard', {
this.mean.pull = newMean()
this.mean['pull-dps'] = newMean()
this.mean['push-dps'] = newMean()
this.simulationsDone = 0
this.requestedSimulation = 0
}
},
getters: {