Skip to content

Commit 560fb79

Browse files
authored
Fixing the bug of resetting the options of feeds other than the one being edited. (#1001)
1 parent 97cb89c commit 560fb79

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/Admin/Feed.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,7 @@ const onChange = () => {
181181
slots,
182182
}
183183
}
184-
return {
185-
...feed,
186-
roles: {
187-
write: {
188-
memberships: [],
189-
},
190-
},
191-
slots: {},
192-
}
184+
return feed
193185
})
194186
195187
setOptions(

0 commit comments

Comments
 (0)