Remember list filters
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
{
|
||||
<MudButton Variant="Variant.Text" OnClick="ProcessLayer">Process Layer</MudButton>
|
||||
}
|
||||
<MudButton Variant="Variant.Text" OnClick="GoBack" StartIcon="@Icons.Material.Filled.ArrowBack">Back to List</MudButton>
|
||||
</CardHeaderActions>
|
||||
</MudCardHeader>
|
||||
<MudCardContent>
|
||||
|
||||
@@ -148,6 +148,11 @@ public partial class LayerDetailPage : ComponentBase
|
||||
Snackbar.Add("Process layer functionality coming soon", Severity.Error);
|
||||
}
|
||||
|
||||
private void GoBack()
|
||||
{
|
||||
NavigationManager.NavigateTo("/layers");
|
||||
}
|
||||
|
||||
// Record editing methods
|
||||
private void StartEdit(RecordDto record)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user