Skip to content

Commit

Permalink
#7332 SparkUI - fix for changing profile value after stopping session
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Mitusinski committed Jun 19, 2018
1 parent 43c5b71 commit d403566
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public void saveDefaults() {
sparkProfile.put("name", DEFAULT_PROFILE);
sparkProfile.put(CONFIG, sparkConfig);
sparkUiDefaults.saveProfile(sparkProfile);
profile.setOptions(sparkUiDefaults.getProfileNames());
}

private void removeProfile() {
Expand Down

0 comments on commit d403566

Please sign in to comment.