Skip to content

Commit 266f10f

Browse files
Trigger for PR (frontend - 502 issue)
1 parent ef51cf5 commit 266f10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/test/ParameterDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<p>Root:</p>
3+
<p>(test)Root:</p>
44
<ul v-if="rootDetails">
55
<li v-for="link in rootDetails.links" :key="link.href">
66
<strong>{{ link.rel }}:</strong> {{ link.method }} - {{ link.href }}

0 commit comments

Comments
 (0)