refactor(search-react): set search page as default attachment point

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-09-29 13:15:06 +02:00
parent 3b5ed2ed06
commit f5eeefc6ea
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export type SearchResultItemExtensionOptions<
},
> = {
id: string;
at: string;
at?: string;
configSchema?: PortableSchema<TConfig>;
component: (options: {
config: TConfig;