Yuki Takei 1 год назад
Родитель
Сommit
20d6c68517
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/components/PrivateLegacyPages.tsx

+ 0 - 1
apps/app/src/components/PrivateLegacyPages.tsx

@@ -387,7 +387,6 @@ const PrivateLegacyPages = (): JSX.Element => {
   const searchControl = useMemo(() => {
     return (
       <SearchControl
-        isSearchServiceReachable
         isEnableSort={false}
         isEnableFilter={false}
         initialSearchConditions={{ keyword: initQ, limit: INITIAL_PAGING_SIZE }}