Skip to content

Commit

Permalink
fix(jans-cli-tui): change schema reference JansLinkConfiguration to A…
Browse files Browse the repository at this point in the history
…ppConfiguration (#5653)
  • Loading branch information
devrimyatar committed Jul 26, 2023
1 parent ae059fe commit ad64cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-cli-tui/cli_tui/plugins/090_jans_link/main.py
Expand Up @@ -191,7 +191,7 @@ def add_source_config(self):
self.edit_source_config_dialog()

def create_widgets(self):
self.schema = self.app.cli_object.get_schema_from_reference('Jans Link Plugin', '#/components/schemas/JansLinkConfiguration')
self.schema = self.app.cli_object.get_schema_from_reference('Jans Link Plugin', '#/components/schemas/AppConfiguration')

mappings_title = _("Mappings:")
add_mapping_title = _("Add Mapping")
Expand Down

0 comments on commit ad64cb5

Please sign in to comment.