Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/Components/Modals/EditModal.razor
Original file line number Diff line number Diff line change
Expand Up @@ -572,12 +572,11 @@
</div>
</div>
</div>
</div>

<div class="modern-modal-footer">
<button title="Save" @onclick="Save" class="modern-btn-success">Update</button>
<button title="Cancel" @onclick="Cancel" class="modern-btn-secondary">Close</button>
</div>
</div>
Comment thread
eepyaich marked this conversation as resolved.
Outdated


@code {
Expand Down
Loading