Skip to content
Snippets Groups Projects
Commit ec44bce2 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Branch warning was shown by default

parent 2f0c39f4
No related branches found
No related tags found
1 merge request!215Release: Sprint/2023 06 :robot:
Pipeline #944765 passed
...@@ -144,7 +144,13 @@ ...@@ -144,7 +144,13 @@
</multiselect> </multiselect>
<template #hint> <template #hint>
<span v-if="!gitlabInformation.reference?.can_push" class="text-danger"> <span
v-if="
gitlabInformation.reference &&
!gitlabInformation.reference?.can_push
"
class="text-danger"
>
{{ {{
$t("resourceType.gitlab.cantPush", { $t("resourceType.gitlab.cantPush", {
branch: gitlabInformation.reference?.name, branch: gitlabInformation.reference?.name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment