mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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.
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
<Button
|
||||
text
|
||||
class="u-margin-block-start-24 u-margin-inline-start-auto"
|
||||
href={`${base}/project-${$page.params.project}/functions/templates?useCase=Starter`}>
|
||||
href={`${base}/project-${$page.params.project}/functions/templates?useCase=starter`}>
|
||||
All starter templates <span class="icon-cheveron-right" />
|
||||
</Button>
|
||||
<div class="u-sep-block-start common-section" />
|
||||
|
||||
Reference in New Issue
Block a user