feat: add form state management and reset functionality in medication editor

This commit is contained in:
Daniel Volz
2025-12-28 18:41:22 +01:00
parent 618190d20d
commit 0a85b1725a
2 changed files with 60 additions and 7 deletions
+4
View File
@@ -3779,6 +3779,10 @@ h3 .reminder-icon.info-tooltip {
}
.edit-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
margin-bottom: 1rem;
}