This commit is contained in:
2020-05-07 19:01:59 +02:00
parent ea690d3f8b
commit 527e0adb2e
2 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ export class InteractiveOptions extends Persistent {
);
}
this.properties[option.name] = option.type;
this.properties[option.name] = get_string_type (option.type);
}
}