Explorar o código

[frontend] Fix incorrect type in the FacetSelector component

Johan Ahlen %!s(int64=4) %!d(string=hai) anos
pai
achega
3cb4617e3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/js/components/FacetSelector.vue

+ 1 - 1
desktop/core/src/desktop/js/components/FacetSelector.vue

@@ -78,7 +78,7 @@
         default: () => ({})
       },
       fieldLabel: {
-        type: Object as PropType<string | null>,
+        type: String as PropType<string | null>,
         required: false,
         default: null
       },