Clear formError in app install dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user