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 (