Skip to content
Snippets Groups Projects
Commit 5f377aad authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #998 from metabase/kdoh_metadata_placeholder_fix

fix placeholder on metadata field
parents 726f587a 2cc4fe86
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ export default React.createClass({
<li className="my1 flex">
<div className="MetadataTable-title flex flex-column flex-full bordered rounded mr1">
<Input className="AdminInput TableEditor-field-name text-bold border-bottom rounded-top" type="text" value={this.props.field.display_name} onBlurChange={this.onNameChange}/>
<Input className="AdminInput TableEditor-field-description rounded-bottom" type="text" value={this.props.field.description} onBlurChange={this.onDescriptionChange} placeholder="No table description yet" />
<Input className="AdminInput TableEditor-field-description rounded-bottom" type="text" value={this.props.field.description} onBlurChange={this.onDescriptionChange} placeholder="No column description yet" />
</div>
<div className="flex-half px1">
<Select
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment