visuddhinanda 2 лет назад
Родитель
Сommit
95fb40ce06
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/fts/FullTextSearchResult.tsx

+ 1 - 1
dashboard/src/components/fts/FullTextSearchResult.tsx

@@ -40,7 +40,7 @@ interface IFtsItem {
   rank?: number;
 }
 
-export type ISearchView = "pali" | "title" | "page";
+export type ISearchView = "pali" | "title" | "page" | "number";
 interface IWidget {
   keyWord?: string;
   keyWords?: string[];