Fix form selection

This commit is contained in:
rxdn 2022-02-15 22:19:29 +00:00
parent 97d1391038
commit 434365ff8e

View File

@ -328,7 +328,7 @@
return;
}
forms = res.data.forms || [];
forms = res.data || [];
}
withLoadingScreen(async () => {