Skip to content

Commit

Permalink
(feat) add confirmation of successful keys added
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede committed Jun 26, 2024
1 parent db0e640 commit ce337ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/pages/orchestration/credentials/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ def get_all_connectors_config_map():
with cols[-1]:
if st.button("Submit Credentials"):
response = client.add_connector_keys(account_name, connector_name, config_inputs)

if response:
st.success(response)

0 comments on commit ce337ca

Please sign in to comment.