Skip to content

Commit

Permalink
Update beam/src/components/BeamFilterOption.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan <[email protected]>
  • Loading branch information
crabinak and Alchez authored Nov 5, 2024
1 parent e3e7daf commit 2bd28a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beam/src/components/BeamFilterOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let value = ref(props.choices[0].value)
let choice = ref(props.choices[0].choice)
const updateValue = choiceData => {
choice = choiceData.choice
value = choiceData.value
choice.value = choiceData.choice
value.value = choiceData.value
console.log(choice)
}
Expand Down

0 comments on commit 2bd28a5

Please sign in to comment.