Skip to content

Commit 0f2a5c3

Browse files
committed
Add debug
1 parent 24e6fe6 commit 0f2a5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Settings/GeneralSettings.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ export default class GeneralSettings extends DashboardView {
515515
if (addedCollaborators.length === 0 && removedCollaborators.length === 0) {
516516
//If there isn't a added or removed collaborator verify if there is a edited one.
517517
let editedCollaborators = verifyEditedCollaborators(allCollabs, initialFields.collaborators);
518-
518+
console.log('setCollaborators', allCollabs, initialFields.collaborators)
519519
if (editedCollaborators.length === 0) {
520520
//This is neccessary because the footer computes whether or not show a change by reference equality.
521521
allCollabs = initialFields.collaborators;

0 commit comments

Comments
 (0)