We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9baef commit 49ada2cCopy full SHA for 49ada2c
packages/frontend/src/features/Discovery/Discovery.tsx
@@ -42,7 +42,9 @@ const Discovery = ({ discoveryConfig }: DiscoveryProps) => {
42
43
return (
44
<DiscoveryProvider
45
- discoveryIndexConfig={discoveryConfig as unknown as DiscoveryIndexConfig}
+ discoveryIndexConfig={
46
+ discoveryConfig.metadataConfig[0] as DiscoveryIndexConfig
47
+ }
48
>
49
<div className="flex flex-col items-center p-4 w-full bg-base-lightest">
50
<Tabs
0 commit comments