Removed redundant auto reset for amp

no issue

- Auto reset is on by default, this got missed in last commit
This commit is contained in:
Rish 2020-06-04 19:25:42 +05:30
parent 4ed4f71c71
commit a258e8ad15
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
AMP
</h2>
<section class="view-actions">
<GhTaskButton @task={{this.save}} @class="gh-btn gh-btn-blue gh-btn-icon" @autoReset={{true}} data-test-save-button={{true}} />
<GhTaskButton @task={{this.save}} @class="gh-btn gh-btn-blue gh-btn-icon" data-test-save-button={{true}} />
</section>
</GhCanvasHeader>