mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
4.8-alpha fix (#1424)
This commit is contained in:
@@ -32,7 +32,7 @@ export const useSearchTestStore = create<State>()(
|
||||
datasetTestList: [],
|
||||
pushDatasetTestItem(data) {
|
||||
set((state) => {
|
||||
state.datasetTestList = [data, ...state.datasetTestList].slice(0, 100);
|
||||
state.datasetTestList = [data, ...state.datasetTestList].slice(0, 50);
|
||||
});
|
||||
},
|
||||
delDatasetTestItemById(id) {
|
||||
|
Reference in New Issue
Block a user