From faea8bf08dd966040ba61db2a94c6e2a892727ea Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 17 Jan 2023 11:45:29 -0800 Subject: [PATCH] fix varaible naming for storage in handleStorageChange Signed-off-by: Arthur Lu --- scripts/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.js b/scripts/config.js index b57d3e4..867295b 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -196,7 +196,7 @@ function handleDeviceChange () { } async function handleStorageChange () { - let value = this.value; + let storage = this.value; let id = this.id; let busPrefix = id.split("_")[0] if (diskConfig[type][busPrefix].hasDiskImage) { // if the bus has diskImage = true