Skip to content

Commit

Permalink
fix(media/controls): allow null as value for selected prop
Browse files Browse the repository at this point in the history
  • Loading branch information
BenShelton committed May 11, 2021
1 parent f90fce5 commit 795b500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/media/app/renderer/src/components/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineComponent({
name: 'Navbar',
props: {
selected: { type: String, required: true }
selected: { type: String, default: null }
},
emits: [
Expand Down

0 comments on commit 795b500

Please # to comment.