Skip to content

Commit

Permalink
don't automatically update userData
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Dec 11, 2023
1 parent 2136e85 commit ea743c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions html/register/public/js/register-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
eventObj.config.attributes["gitUrl"].show = json.isGit;
eventObj.config.attributes["gitSshKey"].show = json.isGit;
eventObj.setConfig(eventObj.config);
eventObj.setUserData(eventObj.userData);
});
}
2 changes: 1 addition & 1 deletion html/register/src/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function DashboardContent() {
eval(attributeConfig.editJavaScriptFunction);
}

setUserData(localUserData);

}

function createTextListInput(attributeConfig) {
Expand Down

0 comments on commit ea743c5

Please sign in to comment.