Fix errors introduced by refactoring of taskSubmitter
I removed some defunct properties - this introduced a couple of problems, which are resolved by: * no longer checking for fastAutofocusUri * removing the unused prop availablePlugins from the calibration modal
This commit is contained in:
parent
cbd8b090ec
commit
fb07343cdd
3 changed files with 2 additions and 9 deletions
|
|
@ -132,7 +132,7 @@
|
|||
</li>
|
||||
|
||||
<!--Show autofocus if default plugin is enabled-->
|
||||
<li v-show="fastAutofocusUri || normalAutofocusUri" class="uk-open">
|
||||
<li class="uk-open">
|
||||
<a class="uk-accordion-title" href="#">Autofocus</a>
|
||||
<div class="uk-accordion-content">
|
||||
<div class="uk-grid-small uk-child-width-expand" uk-grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue