Skip to content

Commit

Permalink
fix(table): disable form in table on disabled question
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm-adfinis committed May 20, 2019
1 parent 16e4448 commit c79a380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/templates/components/cf-field/input/table.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
</table>
{{#uk-modal
visible=(and showModal documentToEdit)
bgClose=false
on-hide=(action (mut showModal) false)
bgClose=false
}}
{{cf-form document=documentToEdit}}
{{cf-form document=documentToEdit disabled=disabled}}
<p class="uk-text-right">
{{uk-button
label=(t "caluma.form.save")
Expand Down

0 comments on commit c79a380

Please sign in to comment.