Skip to content

Commit b4cc84d

Browse files
committed
use the props variable
1 parent 3d809e0 commit b4cc84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/pipelines/form.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<v-row>
66
<v-col cols="12" sm="12" md="12" lg="12" xl="12">
77

8-
<h2 v-if="pipelineName=='new'">
8+
<h2 v-if="pipeline=='new'">
99
Create a new Pipeline
1010
</h2>
11-
<h2 v-if="pipelineName!='new'">
11+
<h2 v-if="pipeline!='new'">
1212
Edit <span style="color: rgb(var(--v-theme-kubero))">{{ pipelineName }}</span>
1313
</h2>
1414
<p class="text-justify">

0 commit comments

Comments
 (0)