Pārlūkot izejas kodu

sort by newest by default

master
azri 6 dienas atpakaļ
vecāks
revīzija
1cb40fdd59
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Parādīt failu

@@ -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
 

Notiek ielāde…
Atcelt
Saglabāt