You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to add an 'Other' party to list the MPs who are not part of the bigger parties or sit as independents.
filteredPartyData = filteredPartyData.reject({party_name: "Liberal"}); // works
filteredPartyData = this.collection.reject({party_name: ["Conservative","NDP"]}); //does not work
Stack exchange and Google are failing me.
The text was updated successfully, but these errors were encountered:
I was trying to add an 'Other' party to list the MPs who are not part of the bigger parties or sit as independents.
Stack exchange and Google are failing me.
The text was updated successfully, but these errors were encountered: