Skip to content

Commit

Permalink
play src from config
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbutenaers committed Nov 29, 2024
1 parent c483184 commit 95a9d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/widgets/ui-audio/UIAudio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
...mapState('data', ['messages']),
value: function () {
// Get the value (i.e. the notification text content) from the last input msg
const value = this.messages[this.id]?.payload
const value = this.messages[this.id]?.payload || this.props.src
return value
},
loop () {
Expand Down

0 comments on commit 95a9d8a

Please sign in to comment.