import/restore: check validity after prefill

This commit is contained in:
Girish Ramakrishnan
2025-11-26 16:19:34 +01:00
parent edbeaa2f77
commit 48a2e6881f
2 changed files with 4 additions and 0 deletions

View File

@@ -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]);