Fixed bug where deletes of artifact groupings would not cascade
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@using OpenArchival.DataAccess
|
||||
|
||||
@implements IFileDisplayComponent
|
||||
|
||||
<h3>FileDisplayImage</h3>
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public required FilePathListing FilePath { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user