We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61585b commit 68c31e2Copy full SHA for 68c31e2
frontend/src/modules/admin/modules/integration/pages/integration-status.page.vue
@@ -35,9 +35,9 @@
35
<p class="text-medium font-semibold mb-1">
36
{{ integration.name }}
37
</p>
38
- <p v-if="integration.grandparentName.length > 0 || integration.parentName.length > 0" class="text-tiny text-gray-500">
+ <p v-if="integration.grandparentName?.length > 0 || integration.parentName?.length > 0" class="text-tiny text-gray-500">
39
{{ integration.grandparentName }}
40
- <span v-if="integration.grandparentName.length > 0 && integration.parentName.length > 0">></span>
+ <span v-if="integration.grandparentName?.length > 0 && integration.parentName?.length > 0">></span>
41
{{ integration.parentName }}
42
43
</td>
0 commit comments