mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
Feat: Plan cache (#5052)
* add cache for team member,app,dataset (#5007) * add cache for team member,app,dataset * update for hook * update redis * update * perf: cache code * fix: i18n --------- Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
This commit is contained in:
@@ -121,12 +121,6 @@ const Test = ({ datasetId }: { datasetId: string }) => {
|
||||
};
|
||||
pushDatasetTestItem(testItem);
|
||||
setDatasetTestItem(testItem);
|
||||
},
|
||||
onError(err) {
|
||||
toast({
|
||||
title: getErrText(err),
|
||||
status: 'error'
|
||||
});
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user