|
|
@@ -128,6 +128,7 @@ export default function AttachClientsModal({
|
|
|
const skipped = result.skipped?.length ?? 0;
|
|
|
const errors = result.errors?.length ?? 0;
|
|
|
if (errors > 0) {
|
|
|
+ console.error('[AttachClients] failures:', result.errors);
|
|
|
messageApi.warning(t('pages.inbounds.attachClientsResultMixed', { attached, skipped, errors }));
|
|
|
} else {
|
|
|
messageApi.success(t('pages.inbounds.attachClientsResult', { attached, skipped }));
|