Mao 4 лет назад
Родитель
Сommit
a7b08a397d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/app/src/components/SearchPage/SearchResult.jsx

+ 2 - 0
packages/app/src/components/SearchPage/SearchResult.jsx

@@ -10,6 +10,8 @@ import DeletePageListModal from './DeletePageListModal';
 import AppContainer from '~/client/services/AppContainer';
 import { withUnstatedContainers } from '../UnstatedUtils';
 
+// NOTE : this file will be deleted in the future. Merge conflict happend in this file, so temporaly kept this left here.
+// Task 77833 deleted this file ;
 class SearchResult extends React.Component {
 
   constructor(props) {