From d9edaa78027cd6c87ea03864607f0e3222d27bc0 Mon Sep 17 00:00:00 2001 From: Rohit Raj Date: Wed, 16 Oct 2024 13:29:02 +0530 Subject: [PATCH] feat: add support in app create to prefill repo url via SAMPLE_APP_REPO_URL in env --- src/components/material/CreateMaterial.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/material/CreateMaterial.tsx b/src/components/material/CreateMaterial.tsx index 1a5b364f42..d730fbe150 100644 --- a/src/components/material/CreateMaterial.tsx +++ b/src/components/material/CreateMaterial.tsx @@ -39,7 +39,7 @@ export class CreateMaterial extends Component