Przeglądaj źródła

restore comment

Shun Miyazawa 4 lat temu
rodzic
commit
203ce7b9d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/components/SearchForm.jsx

+ 1 - 1
packages/app/src/components/SearchForm.jsx

@@ -36,7 +36,7 @@ class SearchForm extends React.Component {
   }
 
   onChange(selected) {
-    const page = selected[0];
+    const page = selected[0]; // should be single page selected
 
     // navigate to page
     if (page != null) {