Skip to content

Commit

Permalink
Merge pull request #682 from Muhammed-Moinuddin/master
Browse files Browse the repository at this point in the history
[Fix] Corrected Schema name
  • Loading branch information
leecalcote authored Jul 19, 2024
2 parents 442343e + f98c56f commit 5b8d7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/createAndEditWorkspace/uiSchema.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const createAndEditEnvironmentUiSchema = {
const createAndEditWorkspaceUiSchema = {
organization: {
'ui:disabled': false,
'ui:widget': 'select'
},
'ui:order': ['organization', 'name', 'description']
};

export default createAndEditEnvironmentUiSchema;
export default createAndEditWorkspaceUiSchema;

0 comments on commit 5b8d7a3

Please sign in to comment.