mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-27 02:01:40 +00:00
removed warning
This commit is contained in:
@@ -33,9 +33,7 @@ import CVswitch from '../../components/cv-switch'
|
||||
},
|
||||
computed: {
|
||||
isAutomaticHSV() {
|
||||
if (typeof this.pipeline.isColorPick === "boolean") {
|
||||
return this.pipeline.isColorPick;
|
||||
}
|
||||
return this.pipeline.isColorPick;
|
||||
},
|
||||
pipeline: {
|
||||
get() {
|
||||
@@ -44,9 +42,7 @@ import CVswitch from '../../components/cv-switch'
|
||||
},
|
||||
isManualHSV()
|
||||
{
|
||||
if (typeof this.pipeline.isColorPick === "boolean") {
|
||||
return !this.pipeline.isColorPick;
|
||||
}
|
||||
return !this.pipeline.isColorPick;
|
||||
},
|
||||
},
|
||||
methods:{
|
||||
|
||||
Reference in New Issue
Block a user