import/restore: check validity after prefill
This commit is contained in:
@@ -303,6 +303,8 @@ function onBackupConfigChanged(event) {
|
||||
providerConfig.value[key] = value;
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(checkValidity, 100); // update state of the confirm button
|
||||
};
|
||||
|
||||
reader.readAsText(event.target.files[0]);
|
||||
|
||||
Reference in New Issue
Block a user