perf: chat log list (#4704)

* perf: chat log list

* remove log
This commit is contained in:
Archer
2025-04-28 18:19:15 +08:00
committed by GitHub
parent e0b85ca4c2
commit d2a32c363d
4 changed files with 21 additions and 92 deletions

View File

@@ -134,9 +134,7 @@ const JsonImportModal = ({ onClose }: { onClose: () => void }) => {
onSuccess(id: string) {
router.push(`/app/detail?appId=${id}`);
loadMyApps();
onClose();
removeUtmParams();
removeUtmWorkflow();
handleCloseJsonImportModal();
},
successToast: t('common:common.Create Success')
}