Skip to content
Snippets Groups Projects
Commit aab58137 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix console warning wrong indent

parent 01ed86f1
No related branches found
No related tags found
1 merge request!748REDMINE_ISSUE-19720 | Amélioration du bouton de suppression sur la carte
......@@ -32,8 +32,8 @@
<FeatureExtraForm
v-if="conditioningCustForm"
:id="conditioningCustForm.label"
class="full-width"
ref="extraForm"
class="full-width"
name="conditioning-value"
:field="{...conditioningCustForm, value: config.conditionValue}"
:is-conditional-field="true"
......@@ -60,8 +60,8 @@
<div>
<FeatureExtraForm
:id="`forced-value-for-${customForm.name}`"
class="full-width"
ref="extraForm"
class="full-width"
name="forced-value"
:field="{...customForm, value: config.forcedValue}"
:is-conditional-field="true"
......
......@@ -64,14 +64,14 @@
:class="{ active: loading }"
class="ui inverted dimmer"
>
<div class="ui loader" />
</div>
<div class="ui loader" />
</div>
<ProjectsListItem
v-for="project in projects"
:key="project.slug"
:project="project"
/>
<ProjectsListItem
v-for="project in projects"
:key="project.slug"
:project="project"
/>
<span
v-if="!projects || projects.length === 0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment