Added bookmark route in backend

This commit is contained in:
Manik Maity
2024-11-12 22:21:59 +05:30
parent 74f0d422aa
commit 752bc0f247
6 changed files with 240 additions and 128 deletions

View File

@@ -36,7 +36,7 @@ function VotingPage() {
mutation.mutate({ pollId, optionId: id });
}
const chartData = {
labels: poll?.data?.pollData?.options.map(option => option.name),
datasets: [