fix(discovery): keep category counts when a search resolves (#2363)

This commit is contained in:
Hampus
2026-09-02 17:27:22 +02:00
committed by GitHub
parent 16cc9a9e69
commit ea6c417378
@@ -81,6 +81,7 @@ class Discovery {
this.guilds = [...this.guilds, ...result.guilds];
}
this.total = result.total;
this.categoryCounts = result.categoryCounts;
this.loading = false;
});
} catch {