bfg-common 1.5.318 → 1.5.320

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -752,12 +752,7 @@ const storageSubmit = ref<null | Function>(null)
752
752
  const customizeHardwareSubmit = ref<null | Function>(null)
753
753
  const customizeHardwareForTemplateSubmit = ref<null | Function>(null)
754
754
  const compatibility = ref<UI_I_OptionItem[]>(
755
- capabilities.value.compatibility.filter((camp) => {
756
- let result = true
757
- // if (isDev && camp.value === 'pvm-2') result = false
758
- if (camp.value === 'pvm-2') result = false
759
- return result
760
- })
755
+ capabilities.value.compatibility
761
756
  )
762
757
  const guestOsFamilies = ref<UI_I_OptionItem[]>(
763
758
  capabilities.value.guestOsFamilies