Refactor dialog components to remove Cancel event from backdrop; enhance confirmation dialog for restore functionality
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@inject IEntryService EntryService
|
||||
|
||||
<div class="dialog-backdrop" @onclick="Cancel">
|
||||
<div class="dialog-backdrop">
|
||||
<div class="dialog-content" @onclick:stopPropagation="true">
|
||||
<h5>@(EditEntry != null ? "Buchung bearbeiten" : "Neue Buchung")</h5>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user