fix: only pass values that are used to edit components

This commit is contained in:
Spectralitree
2022-01-12 10:47:13 +01:00
parent 2bcaabc5ae
commit 27a7f73cc7
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
dispatch('update', group);
}
let input = new Group(group);
let input = new Group({privacy: group.privacy});
async function submit() {
let data = input;