remove unecessary line
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
1149ff5c7a
commit
95b7cade56
@ -340,8 +340,6 @@ async function handleDiskAdd () {
|
||||
let dialog = document.createElement("dialog-form");
|
||||
document.body.append(dialog);
|
||||
|
||||
let diskImage = config.data[this.dataset.disk];
|
||||
|
||||
dialog.header = `Create A New Disk`;
|
||||
|
||||
let options = "";
|
||||
|
Loading…
Reference in New Issue
Block a user