Updated assignments by person to allow unassigning and assigning.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user