From 7a4058ad0c6ea4d0f104a740ef687d005160c27c Mon Sep 17 00:00:00 2001 From: cyclane Date: Mon, 19 Jul 2021 01:28:04 +0100 Subject: [PATCH] yAxisType typo fix --- src/routes/graph/new.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/graph/new.svelte b/src/routes/graph/new.svelte index 54de2f3..ac09c23 100644 --- a/src/routes/graph/new.svelte +++ b/src/routes/graph/new.svelte @@ -53,7 +53,7 @@ xAxisName, xAxisType, yAxisName, - yAxisName + yAxisType ); goto("/graphs"); } catch (e) {