mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
fix(discovery): keep category counts when a search resolves (#2363)
This commit is contained in:
@@ -81,6 +81,7 @@ class Discovery {
|
||||
this.guilds = [...this.guilds, ...result.guilds];
|
||||
}
|
||||
this.total = result.total;
|
||||
this.categoryCounts = result.categoryCounts;
|
||||
this.loading = false;
|
||||
});
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user