lf
This commit is contained in:
@@ -31,7 +31,9 @@ export const getDefaultOptions = async () => {
|
||||
return [
|
||||
// TODO-ML(MR): Skip this for now if indexing is disabled (eventually
|
||||
// the indexing status should not be tied to results).
|
||||
...(await isFaceIndexingEnabled() ? [await getIndexStatusSuggestion()] : []),
|
||||
...((await isFaceIndexingEnabled())
|
||||
? [await getIndexStatusSuggestion()]
|
||||
: []),
|
||||
...(await convertSuggestionsToOptions(await getAllPeopleSuggestion())),
|
||||
].filter((t) => !!t);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user