DataInbox Detail
This commit is contained in:
@@ -57,4 +57,9 @@ public partial class DataInboxListComponent : ComponentBase
|
||||
filterRequest = new DataInboxFilterRequest();
|
||||
await LoadDataInbox();
|
||||
}
|
||||
|
||||
private void OnRowClick(DataInboxDto dataInboxItem)
|
||||
{
|
||||
NavigationManager.NavigateTo($"/datainbox/{dataInboxItem.Id}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user