removes option to add a field tag when the field is readonly

This commit is contained in:
Seyi Adebajo 2018-04-16 11:24:22 -07:00
parent e8e685b78b
commit 36ef42b103

View File

@ -186,7 +186,7 @@
{{/row.cell}}
{{#row.cell}}
{{#if isEditing}}
{{#if (and isEditing (not row.isReadonly))}}
<button
class="nacho-button nacho-button--tertiary dataset-compliance-fields__add-field"
onclick={{action row.onAddFieldTag}}>