Open Peter9192 opened 1 day ago
It seems that modifying any experiment (reference or configuration) always only saves the latest modifications
shouldDirty={true}
means only modified values are returned.
Now, we're simply overwriting the old config with latest updates:
We should either update instead of replace the config
or set shouldDirty
to false and prune the defaults after submission.
To reproduce: