Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
fix(smart-playlist): clicking Add Group does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Oct 11, 2021
1 parent e52e53a commit 55ed32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/playlist/smart-playlist/edit-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<div class="form-row rules">
<rule-group
v-for="(group, index) in playlist.rules"
v-for="(group, index) in mutatedPlaylist.rules"
:isFirstGroup="index === 0"
:key="group.id"
:group="group"
Expand Down

0 comments on commit 55ed32b

Please sign in to comment.