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

fix placeholder on metadata field

parent 726f587a
Branches
Tags
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.
Please register or to comment