Skip to content

Commit

Permalink
Autofill doesn't make sense on estimate summary
Browse files Browse the repository at this point in the history
  • Loading branch information
lovett committed Dec 4, 2018
1 parent 2f41b9b commit 401d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/estimate/form.blade.php
Expand Up @@ -40,7 +40,7 @@
</div>
</div>

@include('partials.formgroup-textarea', ['name' => 'summary', 'label' => 'Summary', 'autofill' => true])
@include('partials.formgroup-textarea', ['name' => 'summary', 'label' => 'Summary'])


@include('partials.save-button')
Expand Down

0 comments on commit 401d04e

Please sign in to comment.