mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-1013] Don't run paragraph on selectbox change
This commit is contained in:
parent
7f6f739ae3
commit
13b65a277b
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ limitations under the License.
|
|||
|
||||
<select class="form-control input-sm"
|
||||
ng-if="paragraph.settings.forms[formulaire.name].options && paragraph.settings.forms[formulaire.name].type != 'checkbox'"
|
||||
ng-change="runParagraph(getEditorValue())"
|
||||
ng-model="paragraph.settings.params[formulaire.name]"
|
||||
ng-class="{'disable': paragraph.status == 'RUNNING' || paragraph.status == 'PENDING' }"
|
||||
name="{{formulaire.name}}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue