Skip to content

Commit

Permalink
Merge pull request #1007 from ibi-group/update-raw-input-language
Browse files Browse the repository at this point in the history
Update Placeholder For Custom Raw Input
  • Loading branch information
miles-grant-ibigroup authored Jan 10, 2024
2 parents 98807cf + 983ca68 commit d457b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/manager/components/deployment/CustomConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class CustomConfig extends Component<{
<FormControl
componentClass='textarea'
style={{height: '125px'}}
placeholder='{"blah": true}'
placeholder='{"property": true}'
onChange={e => this._onChangeConfig(e, CONFIG_OPTIONS.custom)}
value={value} />
{!validJSON && <HelpBlock>Must provide valid JSON string.</HelpBlock>}
Expand Down
2 changes: 1 addition & 1 deletion lib/manager/components/deployment/CustomFileEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export default class CustomFileEditor extends Component<Props, {
componentClass='textarea'
disabled={!isEditing}
style={{height: '125px'}}
placeholder='{"blah": true}'
placeholder='{"property": true}'
onChange={this._onChangeContents}
value={customFile.contents}
/>
Expand Down

0 comments on commit d457b45

Please sign in to comment.