diff --git a/app/components/Viewer/Generic/Model/BlocksOptions.vue b/app/components/Viewer/Generic/Model/BlocksOptions.vue index 465c7df0..a83c20a6 100644 --- a/app/components/Viewer/Generic/Model/BlocksOptions.vue +++ b/app/components/Viewer/Generic/Model/BlocksOptions.vue @@ -238,7 +238,7 @@ const polyhedronSchema = back_schemas.opengeodeweb_back.model_component_polyhedr @@ -226,7 +226,7 @@ watch( v-model:attributeRange="edge_attribute_range" v-model:attributeColorMap="edge_attribute_color_map" :id="id" - :componentId="componentId" + :componentIds="componentIds" :schema="edgeSchema" /> @@ -237,7 +237,7 @@ watch( v-model:attributeRange="cell_attribute_range" v-model:attributeColorMap="cell_attribute_color_map" :id="id" - :componentId="componentId" + :componentIds="componentIds" :schema="cellSchema" /> @@ -248,7 +248,7 @@ watch( v-model:attributeRange="polygon_attribute_range" v-model:attributeColorMap="polygon_attribute_color_map" :id="id" - :componentId="componentId" + :componentIds="componentIds" :schema="polygonSchema" /> @@ -259,7 +259,7 @@ watch( v-model:attributeRange="polyhedron_attribute_range" v-model:attributeColorMap="polyhedron_attribute_color_map" :id="id" - :componentId="componentId" + :componentIds="componentIds" :schema="polyhedronSchema" />