Skip to content

Commit f98c56f

Browse files
fix(schema): correct schema name
Signed-off-by: Muhammad Moinuddin <moinuddinilyas786@gmail.com>
1 parent 356d095 commit f98c56f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const createAndEditEnvironmentUiSchema = {
1+
const createAndEditWorkspaceUiSchema = {
22
organization: {
33
'ui:disabled': false,
44
'ui:widget': 'select'
55
},
66
'ui:order': ['organization', 'name', 'description']
77
};
88

9-
export default createAndEditEnvironmentUiSchema;
9+
export default createAndEditWorkspaceUiSchema;

0 commit comments

Comments
 (0)