Skip to content

Commit 5529c34

Browse files
authored
Merge pull request #727 from sudhanshutech/schema/update
Remove default type from import design schema
2 parents b9df989 + bd30b61 commit 5529c34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)