Skip to content

Commit

Permalink
fix(jans-cli-tui): save config-api configuration (#10724)
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <[email protected]>
  • Loading branch information
devrimyatar authored Jan 23, 2025
1 parent 4585f3a commit 6a955a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jans-cli-tui/cli_tui/plugins/140_config_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,8 @@ def get_cur_data_patch_path(items):
cur_data = cur_data[pprop]
return cur_data, '/'.join(items_)


changes = []
new_data = self.make_data_from_dialog(tabs={'main_': self.tabs['main_']})
new_data = self.make_data_from_dialog(tabs={'main_': self.tabs['main_'].content})

replace = 'replace'
add = 'add'
Expand Down

0 comments on commit 6a955a4

Please sign in to comment.