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
6 changed files with 8 additions and 8 deletions
+1 -1
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; }
}