mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-07 08:01:13 +08:00
fix: propagate publish release flag through Go agent endpoints (#17347)
This commit is contained in:
@@ -125,7 +125,8 @@ request.interceptors.response.use(
|
||||
}
|
||||
}
|
||||
|
||||
const skipErrorNotification = (response.config as any)?.skipGlobalErrorNotification;
|
||||
const skipErrorNotification = (response.config as any)
|
||||
?.skipGlobalErrorNotification;
|
||||
if (data?.code === 100 && !skipErrorNotification) {
|
||||
message.error(data?.message);
|
||||
} else if (data?.code === 401) {
|
||||
|
||||
Reference in New Issue
Block a user