Fixed bug where deletes of artifact groupings would not cascade
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace OpenArchival.Blazor.Components.Pages.UserLogging;
|
||||
|
||||
using Microsoft.IdentityModel.Abstractions;
|
||||
|
||||
public class LogEntryCreator
|
||||
{
|
||||
public LogEntry Model { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user