Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Always reload the correct repo listing
Sebastian Martinez committed 1 year ago
commit fd4b2f2335cec91e7991830ec1b584d2d4369b2f
parent 473ff8e
1 file changed +1 -1
modified src/views/home/Repos.svelte
@@ -63,7 +63,7 @@

  async function reload() {
    [repos, repoCount, config] = await Promise.all([
-
      invoke<RepoInfo[]>("list_repos", { show: "all" }),
+
      invoke<RepoInfo[]>("list_repos", { show: activeTab ?? "all" }),
      invoke<RepoCount>("repo_count"),
      invoke<Config>("config"),
    ]);