@@ -160,7 +160,7 @@
}
const configs = computed(() => {
- return rawConfigs.value.filter((c) => c.deviceType === props.deviceId);
+ return rawConfigs.value.filter((c) => c.deviceType == props.deviceId);
});
watch(