Fixed bug where deletes of artifact groupings would not cascade
This commit is contained in:
10
OpenArchival.Blazor.Config/FileUploadOptions.cs
Normal file
10
OpenArchival.Blazor.Config/FileUploadOptions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace OpenArchival.Blazor.CustomComponents;
|
||||
|
||||
public class FileUploadOptions
|
||||
{
|
||||
public static string Key = "FileUploadOptions";
|
||||
public required long MaxUploadSizeBytes { get; set; }
|
||||
public required string UploadFolderPath { get; set; }
|
||||
|
||||
public required int MaxFileCount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user