From ed40c3a9a578c0cd9cd8ceffa63437ef39f5cfbc Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 7 Oct 2024 15:34:16 -0700 Subject: [PATCH] fix(functions): update all starter templates link "Starter" was resulting in null result because the matching is case-sensitive and the useCase value is "starter" in the backend. --- src/lib/wizards/functions/cover.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wizards/functions/cover.svelte b/src/lib/wizards/functions/cover.svelte index 4ff94f32c..65c0f8925 100644 --- a/src/lib/wizards/functions/cover.svelte +++ b/src/lib/wizards/functions/cover.svelte @@ -192,7 +192,7 @@