Updated assignments by person to allow unassigning and assigning.

This commit is contained in:
2022-08-20 22:51:54 -07:00
parent 2b9825159b
commit 8d4b72c581
13 changed files with 808 additions and 638 deletions

View File

@@ -43,6 +43,7 @@
//TODO: Setup the editor for the given row.
}
let edited = writable(null);
let rows;
$: rows = Meteor.users.find({});
let editedPermissions = null;
edited.subscribe((value) => {