mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
disable editor play button if there are errors in the config (#11383)
This commit is contained in:
parent
984aaa80cf
commit
8694acb9e4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
data-test-subj="visualizeEditorRenderButton"
|
||||
class="kuiButton kuiButton--primary navbar-btn-link"
|
||||
type="submit"
|
||||
ng-disabled="!vis.dirty"
|
||||
ng-disabled="!vis.dirty || visualizeEditor.errorCount() > 0"
|
||||
>
|
||||
<i class="fa fa-play"></i>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue