kopia lustrzana https://github.com/cheeaun/phanpy
Fix undefined 'votes'
rodzic
0430f4ae89
commit
d8e6d349a0
|
@ -895,7 +895,6 @@ function Poll({
|
|||
choices.push(value);
|
||||
}
|
||||
});
|
||||
console.log(votes);
|
||||
setUIState('loading');
|
||||
await votePoll(choices);
|
||||
setUIState('default');
|
||||
|
|
Ładowanie…
Reference in New Issue