From f0ef289a6b780ed8e529946d65d68a7be49b3c6d Mon Sep 17 00:00:00 2001 From: nowgnuesLee Date: Thu, 18 Sep 2025 16:45:56 +0900 Subject: [PATCH] feat(FR-1448): allow user to select multi agents when creating multi-node session --- react/src/components/AgentSelect.tsx | 23 ++++++++--- .../ResourceAllocationFormItems.tsx | 29 ++++++------- react/src/pages/SessionLauncherPage.tsx | 41 ++++++++++++++----- src/lib/backend.ai-client-esm.ts | 3 ++ 4 files changed, 64 insertions(+), 32 deletions(-) diff --git a/react/src/components/AgentSelect.tsx b/react/src/components/AgentSelect.tsx index 150318cfbd..696c343404 100644 --- a/react/src/components/AgentSelect.tsx +++ b/react/src/components/AgentSelect.tsx @@ -9,7 +9,7 @@ import React, { useDeferredValue, useState } from 'react'; import { useTranslation } from 'react-i18next'; import { graphql, useLazyLoadQuery } from 'react-relay'; -interface Props extends SelectProps { +interface Props extends Omit { autoSelectDefault?: boolean; fetchKey?: string; resourceGroup?: string | null; @@ -122,9 +122,6 @@ const AgentSelect: React.FC = ({ : undefined; return (