fix: Foreign Table Key to Label in Join Form

This commit is contained in:
Joshua Shoemaker 2020-07-31 16:34:10 -05:00
parent 2583487853
commit 5855b92852

View File

@ -81,9 +81,9 @@ class CreateJoinNoduleForm extends Component {
{ this.renderJoinParams() }
</List>
<Input label='Primary Table Key' placeholder='Key' ref={this.primaryTableKeyInput} style={{ width: '160px' }} />
<Input label='Foreign Table Key' placeholder='Key' ref={this.foreignTableInput} style={{ width: '163px' }} />
<Input label='Matching Key' placeholder='Key' ref={this.matchingKeyInput} style={{ width: '296px' }} />
<Input label='Primary Key' placeholder='Key' ref={this.primaryTableKeyInput} style={{ width: '100%' }} />
<Input label='Foreign Table' placeholder='Label' ref={this.foreignTableInput} style={{ width: '100%' }} />
<Input label='Foreign Key' placeholder='Key' ref={this.matchingKeyInput} style={{ width: '100%' }} />
<br />
<Button animated='vertical' onClick={this.addJoinParam}>