mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: chatlist skip, limit -> page
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import fileSaver from 'file-saver';
|
||||
const { saveAs } = fileSaver;
|
||||
|
||||
import { chats, user, settings, scrollPaginationEnabled, pageSkip, pageLimit } from '$lib/stores';
|
||||
import { chats, user, settings, scrollPaginationEnabled } from '$lib/stores';
|
||||
|
||||
import {
|
||||
archiveAllChats,
|
||||
|
||||
Reference in New Issue
Block a user