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:
Richard Bowman 2024-02-29 22:17:49 +00:00
parent cbd8b090ec
commit fb07343cdd
3 changed files with 2 additions and 9 deletions

View file

@ -160,13 +160,6 @@ export default {
miniStreamDisplay
},
props: {
availablePlugins: {
type: Array,
required: true
}
},
data: function() {
return {
ready: false,