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 @@ ...@@ -32,8 +32,8 @@
<FeatureExtraForm <FeatureExtraForm
v-if="conditioningCustForm" v-if="conditioningCustForm"
:id="conditioningCustForm.label" :id="conditioningCustForm.label"
class="full-width"
ref="extraForm" ref="extraForm"
class="full-width"
name="conditioning-value" name="conditioning-value"
:field="{...conditioningCustForm, value: config.conditionValue}" :field="{...conditioningCustForm, value: config.conditionValue}"
:is-conditional-field="true" :is-conditional-field="true"
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
<div> <div>
<FeatureExtraForm <FeatureExtraForm
:id="`forced-value-for-${customForm.name}`" :id="`forced-value-for-${customForm.name}`"
class="full-width"
ref="extraForm" ref="extraForm"
class="full-width"
name="forced-value" name="forced-value"
:field="{...customForm, value: config.forcedValue}" :field="{...customForm, value: config.forcedValue}"
:is-conditional-field="true" :is-conditional-field="true"
......
...@@ -64,14 +64,14 @@ ...@@ -64,14 +64,14 @@
:class="{ active: loading }" :class="{ active: loading }"
class="ui inverted dimmer" class="ui inverted dimmer"
> >
<div class="ui loader" /> <div class="ui loader" />
</div> </div>
<ProjectsListItem <ProjectsListItem
v-for="project in projects" v-for="project in projects"
:key="project.slug" :key="project.slug"
:project="project" :project="project"
/> />
<span <span
v-if="!projects || projects.length === 0" 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