* Object lifecycle and semantic search UI tweaks

* prevent console errors for sheet component
This commit is contained in:
Josh Hawkins
2024-09-09 09:33:38 -05:00
committed by GitHub
parent 8be139d4d1
commit f143fceceb
9 changed files with 174 additions and 47 deletions

View File

@@ -12,6 +12,7 @@ export type SearchResult = {
thumb_path?: string;
zones: string[];
search_source: SearchSource;
search_distance: number;
};
export type SearchFilter = {