From 882bbf3a65b39a9fc63b1078b9d6304785a6d622 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Fri, 17 Nov 2023 00:57:07 +0530 Subject: [PATCH] fix default selection for Helm chart Signed-off-by: Pranav Singh --- schemas/configuration/designImport.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/configuration/designImport.json b/schemas/configuration/designImport.json index 8aefd0bb..37871acc 100644 --- a/schemas/configuration/designImport.json +++ b/schemas/configuration/designImport.json @@ -41,7 +41,7 @@ "File Upload", "URL Import" ], - "default": "File Upload", + "default": "URL Import", "x-rjsf-grid-area": "12", "description": "Choose the method you prefer to upload your design file. Select 'File Upload' if you have the file on your local system, or 'URL Import' if you have the file hosted online." }