Skip to content

Commit

Permalink
Merge pull request #727 from sudhanshutech/schema/update
Browse files Browse the repository at this point in the history
Remove default type from import design schema
  • Loading branch information
leecalcote committed Sep 20, 2024
2 parents b9df989 + bd30b61 commit 5529c34
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 5529c34

Please sign in to comment.