Skip to content

Commit

Permalink
fix: fix missing title and typo when deploy model instance (#75)
Browse files Browse the repository at this point in the history
Because

- Missing title at model instance page
- There has a typo when deploy model instance

This commit

- Fix above issue
  • Loading branch information
EiffelFly committed Jun 30, 2022
1 parent 8c37895 commit 33e01b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ const CreateNewModelFlow: FC = () => {
<SingleSelect
id="modelInstanceId"
name="modelInstanceId"
label="Source type"
label="Model Instances"
additionalMessageOnLabel={null}
options={modelInstanceOptions ? modelInstanceOptions : []}
value={selectedModelInstanceOption}
Expand Down
1 change: 1 addition & 0 deletions src/pages/models/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ const ModelDetailsPage: FC & {
modelInstance={selectedModelInstances}
marginBottom="mb-10"
/>
<h3 className="mb-5 text-black text-instill-h3">Testings</h3>
<TestModelInstanceForm modelInstance={selectedModelInstances} />
</>
) : null}
Expand Down

0 comments on commit 33e01b9

Please sign in to comment.