fix: Foreign Table Key to Label in Join Form
This commit is contained in:
parent
4f7aa91763
commit
b5be904c57
@ -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}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user