🐛 Fix parameter update bug with identically named parameters

This commit is contained in:
Jan Oberhauser
2019-07-14 14:10:16 +02:00
parent 0c28799dac
commit 91bff6e4f6
7 changed files with 106 additions and 90 deletions

View File

@@ -141,7 +141,7 @@ export default mixins(
deleteOption (optionName: string): void {
const parameterData = {
name: this.getPath(optionName),
value: null,
value: undefined,
};
// TODO: If there is only one option it should delete the whole one