Skip to content

Commit

Permalink
Fix frontend breakage (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai committed Jun 1, 2024
1 parent bfde73a commit 6a2ff93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion helm-frontend/src/components/AnnotationsDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import MediaObjectDisplay from "./MediaObjectDisplay";
// all annotations are supported generally.
type Props = {
predictionAnnotations:
| Record<string, Array<CompletionAnnotation> | Map<string, string | number>>
| Record<
string,
Array<CompletionAnnotation> | Record<string, string | number>
>
| undefined;
};

Expand Down

0 comments on commit 6a2ff93

Please sign in to comment.