Skip to content

Commit

Permalink
fix(schema): correct schema name
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Moinuddin <[email protected]>
  • Loading branch information
Muhammed-Moinuddin committed Jul 17, 2024
1 parent 356d095 commit f98c56f
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 f98c56f

Please sign in to comment.