feat: add back button in medication edit header (#201)

This commit is contained in:
Daniel Volz
2026-02-14 19:22:37 +01:00
committed by GitHub
parent b4ddf9fd65
commit 0ffab23b6d
4 changed files with 51 additions and 17 deletions
@@ -125,6 +125,9 @@ export function MobileEditModal({
×
</button>
<div className="edit-modal-header">
<button type="button" className="ghost small" onClick={onClose}>
{t("common.back")}
</button>
<h2>{editingId ? t("form.editEntry") : t("form.newEntry")}</h2>
</div>
<form