mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Remove floating action button
This commit is contained in:
parent
f027dff2af
commit
2720280ada
5 changed files with 16 additions and 31 deletions
|
|
@ -144,7 +144,7 @@ class APIFormField {
|
|||
params: filters,
|
||||
);
|
||||
|
||||
if (response.isValid()) {
|
||||
if (response.successful()) {
|
||||
initial_data = response.data;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue