mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Remove floating action button
This commit is contained in:
@ -144,7 +144,7 @@ class APIFormField {
|
||||
params: filters,
|
||||
);
|
||||
|
||||
if (response.isValid()) {
|
||||
if (response.successful()) {
|
||||
initial_data = response.data;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user