From 0624a0b22052aa4aa62984842b6d5133e1bd73d7 Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 14 Oct 2024 09:17:16 +0100 Subject: [PATCH] Removed unused function reference --- .../src/components/grid/cells/RelationshipCell.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/frontend-core/src/components/grid/cells/RelationshipCell.svelte b/packages/frontend-core/src/components/grid/cells/RelationshipCell.svelte index 6313681f36..92186f19b1 100644 --- a/packages/frontend-core/src/components/grid/cells/RelationshipCell.svelte +++ b/packages/frontend-core/src/components/grid/cells/RelationshipCell.svelte @@ -198,7 +198,6 @@ // Toggles whether a row is included in the relationship or not const toggleRow = async row => { - hideRelationshipFields() if (fieldValue?.some(x => x._id === row._id)) { // If the row is already included, remove it and update the candidate // row to be the same position if possible