Skip to content

Commit

Permalink
Fix the currently selected repo display
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Oct 31, 2024
1 parent b4bfc22 commit 04a9cd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lazy_github/ui/widgets/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ async def fetch_more_workflows(self, batch_size: int, batch_to_fetch: int) -> li
return [workflow_to_cell(w) for w in new_workflows]

async def on_repo_selected(self, message: RepoSelected) -> None:
message.stop()

workflows = await list_workflows(message.repo)
self.workflows = {}
rows = []
Expand Down

0 comments on commit 04a9cd7

Please sign in to comment.