Skip to content

Commit

Permalink
Fetch change from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao583 committed Aug 20, 2024
1 parent e84bcec commit 4fe7a8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
CreatingInferenceServiceObject,
CreatingServingRuntimeObject,
} from '~/pages/modelServing/screens/types';
import SimpleDropdownSelect from '~/components/SimpleDropdownSelect';
import SimpleSelect from '~/components/SimpleSelect';
import { fetchNIMModelNames, ModelInfo } from '~/pages/modelServing/screens/projects/utils';

type NIMModelListSectionProps = {
Expand Down Expand Up @@ -61,7 +61,7 @@ const NIMModelListSection: React.FC<NIMModelListSectionProps> = ({

return (
<FormGroup label="NIM model name" fieldId="nim-model-list-selection" isRequired>
<SimpleDropdownSelect
<SimpleSelect
isFullWidth
isDisabled={isEditing}
id="nim-model-list-selection"
Expand Down

0 comments on commit 4fe7a8a

Please sign in to comment.