Procházet zdrojové kódy

sort by newest by default

master
azri před 6 dny
rodič
revize
1cb40fdd59
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Zobrazit soubor

@@ -59,7 +59,7 @@ const ProductList = ({ size = 99999 }) => {
59 59
   //filter
60 60
   const [tags, setTags] = useState('all');
61 61
   const [collection, setCollection] = useState('all');
62
-  const [sort, setSort] = useState('title')
62
+  const [sort, setSort] = useState('new')
63 63
 
64 64
   useEffect(() => {
65 65
 

Načítá se…
Zrušit
Uložit