Skip to content

Commit

Permalink
Fixed readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 2, 2022
1 parent dd3339a commit 3559e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ export const BaseProviderDefinition = {
},
overrideSchema: (schema) => schema,
uiSchema: {
'@type': {
'ui:readonly': true
},
name: {
'ui:help': 'message.must-be-unique'
},
Expand Down
2 changes: 0 additions & 2 deletions ui/src/app/metadata/wizard/MetadataProviderTypeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export function MetadataProviderTypeSelector({ type, types = [], children}) {

const providerNames = data.map(p => p.name);

console.log(errors);

return (
<>{showSelector ?
<>
Expand Down

0 comments on commit 3559e71

Please sign in to comment.