We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fff63 commit 07387b9Copy full SHA for 07387b9
src/schemas/createAndEditEnvironment/schema.tsx
@@ -1,5 +1,6 @@
1
const createAndEditEnvironmentSchema = {
2
title: 'Environment',
3
+ required: ['name'],
4
properties: {
5
description: {
6
description:
0 commit comments