[ADF-2019] removed refresh button from JSON example form (#2734)

This commit is contained in:
Vito
2017-11-27 11:52:31 +00:00
committed by Eugenio Romano
parent a9d61e5d6e
commit 8834b0c2d2

View File

@@ -1,4 +1,6 @@
<div class="form-container"> <div class="form-container">
<adf-form [form]="form"> <adf-form
[showRefreshButton]="false"
[form]="form">
</adf-form> </adf-form>
</div> </div>