Skip to content

Commit

Permalink
Désactive (temporairement) la fonctionnalité pour ne pas enregistrer …
Browse files Browse the repository at this point in the history
…des valeurs qui sont obsolètes dans le nouveau format de la déclaration
  • Loading branch information
Charline-L committed Jan 29, 2025
1 parent 7fa3b00 commit 377e0e5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<v-form @submit.prevent v-model="formIsValid">
<div v-if="stepUrlSlug === 'plan-action'">
<LastYearAutofillOption
<!-- <LastYearAutofillOption
:canteen="canteen"
:diagnostic="diagnostic"
:fields="fields"
@tunnel-autofill="onTunnelAutofill"
class="mb-xs-6 mb-xl-16"
/>
/> -->
<DsfrRadio
v-model="payload.hasWasteDiagnostic"
label="J’ai réalisé un diagnostic sur les causes probables de mes déchets alimentaires"
Expand Down Expand Up @@ -242,7 +242,7 @@
<script>
import { applicableDiagnosticRules, formatDate, formatNumber } from "@/utils"
import validators from "@/validators"
import LastYearAutofillOption from "../LastYearAutofillOption"
// import LastYearAutofillOption from "../LastYearAutofillOption"
import DsfrCallout from "@/components/DsfrCallout"
import DsfrTextField from "@/components/DsfrTextField"
import DsfrTextarea from "@/components/DsfrTextarea"
Expand Down Expand Up @@ -302,7 +302,7 @@ export default {
},
},
components: {
LastYearAutofillOption,
// LastYearAutofillOption,
DsfrCallout,
DsfrTextField,
DsfrTextarea,
Expand Down

0 comments on commit 377e0e5

Please sign in to comment.