diff --git a/src/components/FeatureType/CustomFormConditionalField.vue b/src/components/FeatureType/CustomFormConditionalField.vue index 6dfecd8bbdc82dbc38d599c9a914ab1d6eec1a19..d7005d0f2fa07cf5b91a1b1e63e2426736d08080 100644 --- a/src/components/FeatureType/CustomFormConditionalField.vue +++ b/src/components/FeatureType/CustomFormConditionalField.vue @@ -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" diff --git a/src/views/Projects/ProjectsList.vue b/src/views/Projects/ProjectsList.vue index a2e976fd7e341e94d10d135872d7ae57cf7dabc0..618350fe496bd26015e23694615e888e54453b9c 100644 --- a/src/views/Projects/ProjectsList.vue +++ b/src/views/Projects/ProjectsList.vue @@ -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"