mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +00:00
removes option to add a field tag when the field is readonly
This commit is contained in:
parent
e8e685b78b
commit
36ef42b103
@ -186,7 +186,7 @@
|
|||||||
{{/row.cell}}
|
{{/row.cell}}
|
||||||
|
|
||||||
{{#row.cell}}
|
{{#row.cell}}
|
||||||
{{#if isEditing}}
|
{{#if (and isEditing (not row.isReadonly))}}
|
||||||
<button
|
<button
|
||||||
class="nacho-button nacho-button--tertiary dataset-compliance-fields__add-field"
|
class="nacho-button nacho-button--tertiary dataset-compliance-fields__add-field"
|
||||||
onclick={{action row.onAddFieldTag}}>
|
onclick={{action row.onAddFieldTag}}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user