Remove floating action button

This commit is contained in:
Oliver 2021-08-16 20:40:29 +10:00
parent f027dff2af
commit 2720280ada
5 changed files with 16 additions and 31 deletions

View file

@ -144,7 +144,7 @@ class APIFormField {
params: filters,
);
if (response.isValid()) {
if (response.successful()) {
initial_data = response.data;
}
}