Skip to content

Commit

Permalink
fix(rm): default type
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech authored Aug 31, 2024
1 parent f6abad9 commit bd30b61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schemas/importDesign/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const importDesignSchema = {
designType: {
title: 'Design type',
enum: ['Helm Chart', 'Kubernetes Manifest', 'Docker Compose', 'Meshery Design'],
default: 'Meshery Design',
'x-rjsf-grid-area': '6',
description:
"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"
Expand Down

0 comments on commit bd30b61

Please sign in to comment.