Fix leftover reference to deleted code
This commit is contained in:
parent
963b3ae35c
commit
5f59bf9f23
|
@ -198,7 +198,6 @@
|
||||||
|
|
||||||
// Toggles whether a row is included in the relationship or not
|
// Toggles whether a row is included in the relationship or not
|
||||||
const toggleRow = async row => {
|
const toggleRow = async row => {
|
||||||
hideRelationshipFields()
|
|
||||||
if (fieldValue?.some(x => x._id === row._id)) {
|
if (fieldValue?.some(x => x._id === row._id)) {
|
||||||
// If the row is already included, remove it and update the candidate
|
// If the row is already included, remove it and update the candidate
|
||||||
// row to be the same position if possible
|
// row to be the same position if possible
|
||||||
|
|
Loading…
Reference in New Issue