mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-31 09:41:32 +00:00
Sentry fix (#395)
* Extra sentry diagnostics * Fix unit test * Unit test updates * More unit test updates
This commit is contained in:
@@ -586,8 +586,8 @@ class APIFormField {
|
||||
});
|
||||
}
|
||||
|
||||
// Render a "related field" based on the "model" type
|
||||
Widget _renderRelatedField(dynamic item, bool selected, bool extended) {
|
||||
// Render a "related field" based on the "model" type
|
||||
|
||||
// Convert to JSON
|
||||
var data = Map<String, dynamic>.from((item ?? {}) as Map);
|
||||
|
Reference in New Issue
Block a user