Skip to content

Commit

Permalink
fix rendering edit menu (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Jun 7, 2021
1 parent 86d6123 commit dd3fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphe_frontend/app/views/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h3 style="margin:0px">CRAWL WEB ARCHIVES (experimental)</h3>
<dt>Status</dt>
<div flex="50">
<md-checkbox ng-model="ed_webarchive_enabled" aria-label="">
{{ options.webarchives.enabled ? "enabled" : "disabled" }}
{{ ed_webarchive_enabled ? "enabled" : "disabled" }}
</md-checkbox>
</div>

Expand Down

0 comments on commit dd3fb72

Please sign in to comment.