Skip to content

Commit bd30b61

Browse files
fix(rm): default type
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
1 parent f6abad9 commit bd30b61

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/schemas/importDesign/schema.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const importDesignSchema = {
1212
designType: {
1313
title: 'Design type',
1414
enum: ['Helm Chart', 'Kubernetes Manifest', 'Docker Compose', 'Meshery Design'],
15-
default: 'Meshery Design',
1615
'x-rjsf-grid-area': '6',
1716
description:
1817
"Select the type of design you are uploading. The 'Design Type' determines the format, structure, and content of the file you are uploading. Choose the appropriate design type that matches the nature of your file. Checkout https://docs.meshery.io/guides/configuration-management/creating-a-meshery-design to learn more about designs"

0 commit comments

Comments
 (0)