Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starheim98 committed Nov 26, 2024
1 parent 635e1ec commit 97f29ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/metadata/metadata-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function SelectInput({
(m) => metadata.key === m.key,
)?.value;

const parentMetadataValues: { value: string; label: string }[] =
const parentMetadataValues: MultiSelectOption[] =
parentMetadataToDisplay
?.filter((m) => metadata.key === m.key)
?.map((m, i) => ({
Expand Down

0 comments on commit 97f29ed

Please sign in to comment.