@bimdata/bcf-components 6.4.0 → 6.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/bcf-components",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "files": [
5
5
  "src",
6
6
  "vue3-plugin.js"
@@ -454,7 +454,7 @@ export default {
454
454
  due_date: topicDueDate.value,
455
455
  description: topicDescription.value,
456
456
  labels: topicLabels.value,
457
- bimdata_viewer_layout: viewpointsToCreate.value.length > 1 && viewerLayout ? viewerLayout : null,
457
+ bimdata_viewer_layout: viewpointsToCreate.value.length > 1 && viewerLayout ? viewerLayout : props.topic?.bimdata_viewer_layout,
458
458
  };
459
459
 
460
460
  let newTopic;