mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Fix that agent cannot be the same name (#16192)
Fix that agent cannot be the same name
This commit is contained in:
@@ -242,8 +242,6 @@ export const useUpdateAgentSetting = () => {
|
||||
queryClient.invalidateQueries({
|
||||
queryKey: [AgentApiAction.FetchAgentListByPage],
|
||||
});
|
||||
} else {
|
||||
message.error(ret?.data?.data);
|
||||
}
|
||||
return ret?.data?.code;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user