We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e6fe6 commit 0f2a5c3Copy full SHA for 0f2a5c3
src/dashboard/Settings/GeneralSettings.react.js
@@ -515,7 +515,7 @@ export default class GeneralSettings extends DashboardView {
515
if (addedCollaborators.length === 0 && removedCollaborators.length === 0) {
516
//If there isn't a added or removed collaborator verify if there is a edited one.
517
let editedCollaborators = verifyEditedCollaborators(allCollabs, initialFields.collaborators);
518
-
+ console.log('setCollaborators', allCollabs, initialFields.collaborators)
519
if (editedCollaborators.length === 0) {
520
//This is neccessary because the footer computes whether or not show a change by reference equality.
521
allCollabs = initialFields.collaborators;
0 commit comments