diff --git a/app/(auth)/collections/[collectionId].tsx b/app/(auth)/collections/[collectionId].tsx index 0cc70866..35e0bdf7 100644 --- a/app/(auth)/collections/[collectionId].tsx +++ b/app/(auth)/collections/[collectionId].tsx @@ -59,14 +59,14 @@ const page: React.FC = () => { useEffect(() => { setSortBy([ { - key: "ProductionYear", - value: "Production Year", + key: "PremiereDate", + value: "Premiere Date", }, ]); setSortOrder([ { - key: "Descending", - value: "Descending", + key: "Ascending", + value: "Ascending", }, ]); }, []);