Rename createVote function to pickPhotosForNewVote

This commit is contained in:
Maciej Pędzich 2023-06-09 09:15:03 +02:00
parent 085fcdb63e
commit 79baa75a53

View File

@ -114,7 +114,7 @@ export function useVote() {
return { return {
photosInCurrentVote, photosInCurrentVote,
photosForFirstPick, photosForFirstPick,
createVote: pickPhotosForNewVote, pickPhotosForNewVote,
submitVote, submitVote,
updateRatings, updateRatings,
...toRefs(db) ...toRefs(db)