diff --git a/frontend/src/_helpers/utils.js b/frontend/src/_helpers/utils.js index 209c398e05..4a4febb9d3 100644 --- a/frontend/src/_helpers/utils.js +++ b/frontend/src/_helpers/utils.js @@ -99,8 +99,8 @@ export function resolveReferences(object, state, defaultValue, customObjects = { if (withError) return [object, error]; return object; } - break; } + // eslint-disable-next-line no-fallthrough default: { if (withError) return [object, error]; return object;