|
@@ -123,8 +123,7 @@ export default class LinkEditModal extends React.PureComponent {
|
|
|
id="pukiwikiLink"
|
|
id="pukiwikiLink"
|
|
|
value={this.state.labelInputValue}
|
|
value={this.state.labelInputValue}
|
|
|
onChange={e => this.labelInputChange(e.target.value)}
|
|
onChange={e => this.labelInputChange(e.target.value)}
|
|
|
- >
|
|
|
|
|
- </input>
|
|
|
|
|
|
|
+ />
|
|
|
</div>
|
|
</div>
|
|
|
<span className="p-2">[[{this.state.labelInputValue} > {this.state.inputValue}]]</span>
|
|
<span className="p-2">[[{this.state.labelInputValue} > {this.state.inputValue}]]</span>
|
|
|
<div>
|
|
<div>
|