Fix on view filters (#14462)
Fixes https://github.com/twentyhq/twenty/issues/14058
This commit is contained in:
+1
-3
@@ -103,9 +103,7 @@ export class FieldMetadataRelatedRecordsService {
|
||||
);
|
||||
|
||||
if (!existingViewGroup) {
|
||||
throw new Error(
|
||||
`View group not found for option "${oldOption.value}" during update.`,
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
this.viewGroupService.update(
|
||||
|
||||
Reference in New Issue
Block a user