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 9f3c526 commit f1bfe87Copy full SHA for f1bfe87
ui/src/pages/embed/events.vue
@@ -124,7 +124,7 @@
124
target="_blank"
125
>{{ event.resource.title }}</a>
126
<a
127
- v-if="event.resource.type === 'application'"
+ v-else-if="event.resource.type === 'application'"
128
:href="`/data-fair/application/${event.resource.id}`"
129
130
@@ -134,7 +134,7 @@
134
135
136
137
- v-if="event.resource.type === 'catalog'"
+ v-else-if="event.resource.type === 'catalog'"
138
:href="`/data-fair/extra/catalogs?p=.%2F${event.resource.id}`"
139
140
0 commit comments