Clear formError in app install dialog

This commit is contained in:
Johannes Zellner
2025-12-28 13:16:32 +01:00
parent 8d85b521c8
commit ac3a34ff58
@@ -215,6 +215,7 @@ defineExpose({
open: async function(appId, version, appCountExceeded, domainList) {
busy.value = false;
step.value = STEP.LOADING;
formError.value = {};
// give it some time to fetch before showing loading
const openTimer = setTimeout(dialog.value.open, 200);