Fix form selection
This commit is contained in:
parent
97d1391038
commit
434365ff8e
@ -328,7 +328,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
forms = res.data.forms || [];
|
forms = res.data || [];
|
||||||
}
|
}
|
||||||
|
|
||||||
withLoadingScreen(async () => {
|
withLoadingScreen(async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user