Skip to content

Commit

Permalink
feat(schema): Design type not a necessary field
Browse files Browse the repository at this point in the history
Signed-off-by: pranjalg1331 <[email protected]>
  • Loading branch information
pranjalg1331 committed Dec 12, 2024
1 parent fe9d911 commit 540a83a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/schemas/importDesign/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ const importDesignSchema = {
],
required: ['uploadType']
}
},
{
required: ['designType']
}
]
};
Expand Down

0 comments on commit 540a83a

Please sign in to comment.