Removed unused function reference

This commit is contained in:
Dean 2024-10-14 09:17:16 +01:00
parent 963b3ae35c
commit 0624a0b220
1 changed files with 0 additions and 1 deletions

View File

@ -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