Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Nov 28, 2024
1 parent 9766317 commit 71a483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
orgtask = OrgTask.objects.filter(connection_id=connection_id).first()
if orgtask:
streamlit.write(orgtask.org.slug)
connection_url = f"http://localhost:8000/workspaces/{org['airbyte_workspace_id']}/connections/{connection_id}"
connection_url = f"http://localhost:8000/workspaces/{orgtask.org['airbyte_workspace_id']}/connections/{connection_id}"
streamlit.markdown(f"[{connection_id}]({connection_url})")
else:
streamlit.write(connection_id)
Expand Down

0 comments on commit 71a483d

Please sign in to comment.