mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
config_tools: bugfix for saving all enum values
fix the issue that saves all enum values are saved in scenario xml file if user doesn't select any value in configurator. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
a06df0abb9
commit
1ea6a2877e
@ -137,8 +137,8 @@ export default {
|
|||||||
this.defaultVal = []
|
this.defaultVal = []
|
||||||
}
|
}
|
||||||
this.defaultVal.push({
|
this.defaultVal.push({
|
||||||
"use_type": this.ConsoleUseType,
|
"use_type": "",
|
||||||
"backend_type": this.ConsoleBackendType,
|
"backend_type": "",
|
||||||
"output_file_path": "",
|
"output_file_path": "",
|
||||||
"sock_file_path": "",
|
"sock_file_path": "",
|
||||||
"tty_device_path": "",
|
"tty_device_path": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user