Fixed manage collections not being toggleable (#1813)

This commit is contained in:
Joe Milazzo 2023-02-19 14:12:12 -06:00 committed by GitHub
parent 0f042a23eb
commit 8aee5b3e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -23,6 +23,6 @@ public class UpdateLibraryDto
[Required]
public bool IncludeInSearch { get; init; }
[Required]
public bool CreateCollections { get; init; }
public bool ManageCollections { get; init; }
}