refactor(search-react): set search page as default attachment point
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ export type SearchResultItemExtensionOptions<
|
||||
},
|
||||
> = {
|
||||
id: string;
|
||||
at: string;
|
||||
at?: string;
|
||||
configSchema?: PortableSchema<TConfig>;
|
||||
component: (options: {
|
||||
config: TConfig;
|
||||
|
||||
Reference in New Issue
Block a user