mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
edit item collections
This commit is contained in:
@@ -364,6 +364,9 @@ export class GetCommand {
|
||||
case 'collection':
|
||||
template = Collection.template();
|
||||
break;
|
||||
case 'item-collections':
|
||||
template = ['collection-id1', 'collection-id2'];
|
||||
break;
|
||||
default:
|
||||
return Response.badRequest('Unknown template object.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user