From 9794c37e709c28efc6fe700d34b46f92ea269395 Mon Sep 17 00:00:00 2001 From: Fredrik Teschke Date: Wed, 29 May 2024 08:46:52 +0200 Subject: [PATCH] Fix: Don't submit form when picking month ## Expected When I 1. click on the current month, and then 2 click on a different month in the year overview Then I 1. expect the month view for that month to open and 2. the underlying form NOT to be submitted ## Actual Form is submitted when month button in year view is clicked. --- src/components/view/date-view/NavBar.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/view/date-view/NavBar.svelte b/src/components/view/date-view/NavBar.svelte index cd2dab5..9dbc710 100644 --- a/src/components/view/date-view/NavBar.svelte +++ b/src/components/view/date-view/NavBar.svelte @@ -85,6 +85,7 @@ function increment (direction, entity) {