diff --git a/src/widgets/romm/component.jsx b/src/widgets/romm/component.jsx index 9f095cbe..a9df1423 100644 --- a/src/widgets/romm/component.jsx +++ b/src/widgets/romm/component.jsx @@ -23,7 +23,7 @@ export default function Component({ service }) { if (widget.fields?.length > MAX_ALLOWED_FIELDS) { widget.fields = widget.fields.slice(0, MAX_ALLOWED_FIELDS); } - + if (!response) { return (