From 33353a9ca8f779e789f232c856f29826ad7a23d5 Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 3 Sep 2024 09:25:31 +0530 Subject: [PATCH] Added 1578 to the PS list Signed-off-by: Akash --- lib/constants/dropdownOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants/dropdownOptions.ts b/lib/constants/dropdownOptions.ts index ffc4681..ff57d78 100644 --- a/lib/constants/dropdownOptions.ts +++ b/lib/constants/dropdownOptions.ts @@ -22,4 +22,4 @@ export const branches: string[] = [ "Robotics and Artificial Intelligence", ]; export const years: string[] = ["1st year", "2nd year", "3rd year", "4th year"]; -export const problems: string[] = ["1554", "1557", "1559", "1572", "1585", "1587", "1591", "1592", "1598", "1605", "1606", "1609", "1640", "1642", "1644", "1645", "1648", "1653", "1654", "1659", "1668", "1678", "1683", "1687", "1696", "1699", "1701", "1702", "1703", "1708", "1711", "1724", "1728", "1730", "1734", "1736", "1741", "1742", "1744", "1748"]; +export const problems: string[] = ["1554", "1557", "1559", "1572", "1585", "1587", "1591", "1592", "1598", "1605", "1606", "1609", "1640", "1642", "1644", "1645", "1648", "1653", "1654", "1659", "1668", "1678", "1683", "1687", "1696", "1699", "1701", "1702", "1703", "1708", "1711", "1724", "1728", "1730", "1734", "1736", "1741", "1742", "1744", "1748", "1578"];