mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: bug in chat deletion pagination interact
change 1: when selecting a tag to filter the `tagView` store is set to disable paginated loading. This is so all tagged items can be loaded at once. deleting a tag when in the filtered view returns to the unfiltered view. this change now sets the `tagView` store to `false` so pagination can continue change 2: formatting
This commit is contained in:
@@ -44,6 +44,7 @@ export const showCallOverlay = writable(false);
|
||||
export const scrollPaginationEnabled = writable(true);
|
||||
export const pageSkip = writable(0);
|
||||
export const pageLimit = writable(-1);
|
||||
export const tagView = writable(false);
|
||||
|
||||
export type Model = OpenAIModel | OllamaModel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user