mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-29 03:25:58 +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}}
|
||||
{{#if isEditing}}
|
||||
{{#if (and isEditing (not row.isReadonly))}}
|
||||
<button
|
||||
class="nacho-button nacho-button--tertiary dataset-compliance-fields__add-field"
|
||||
onclick={{action row.onAddFieldTag}}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user