Skip to content
Open
Changes from all commits
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
11 changes: 5 additions & 6 deletions src/Components/Modals/EditModal.razor
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</div>
}
}
</div>
<div class="modern-card" style="margin-bottom: 1rem;">
Comment thread
eepyaich marked this conversation as resolved.
<div class="modern-card-header">
Configuration
Expand Down Expand Up @@ -571,12 +572,10 @@
</div>
</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 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>


Expand Down
Loading