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
@@ -232,6 +232,8 @@ function onBackupConfigChanged(event) {
providerConfig.value[key] = value;
}
}
setTimeout(validateForm, 100); // update state of the confirm button
};
reader.readAsText(event.target.files[0]);