mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
refactor(note-group-permission-update-dto): rename attribute groupName
For consistency with NoteGroupPermissionEntryDto Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
b40b2e164f
commit
96ed5f3cc8
3 changed files with 12 additions and 12 deletions
|
@ -74,7 +74,7 @@ export class NoteGroupPermissionUpdateDto {
|
|||
*/
|
||||
@IsString()
|
||||
@ApiProperty()
|
||||
groupname: string;
|
||||
groupName: string;
|
||||
|
||||
/**
|
||||
* True if the group members should be allowed to edit the note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue