mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
508a776efa
commit
ff1af3e1ed
1 changed files with 7 additions and 1 deletions
|
@ -59,7 +59,13 @@ export const CustomFieldPanel = injectI18n(
|
|||
isClearable={false}
|
||||
/>
|
||||
</EuiFormRow>
|
||||
<EuiButton type="submit" size="s" fill onClick={this.handleSubmit}>
|
||||
<EuiButton
|
||||
disabled={!this.state.selectedOptions.length}
|
||||
type="submit"
|
||||
size="s"
|
||||
fill
|
||||
onClick={this.handleSubmit}
|
||||
>
|
||||
Add
|
||||
</EuiButton>
|
||||
</EuiForm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue