Skip to content

Commit

Permalink
dont commit eslint things (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Dec 11, 2023
1 parent 812f252 commit 0691c23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions confiture-web-app/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Tous les changements notables de Ara sont documentés ici avec leur date, leur c

### Corrections 🐛

- Corrige un bug qui empêchait l'ouverture des modales ([#583](https://github.com/DISIC/Ara/pull/583))
- Corrige le message d'erreur lors de la duplication d'un audit depuis la page de l'audit ([#584](https://github.com/DISIC/Ara/pull/584))
- Corrige un bug qui empêchait l’ouverture des modales ([#583](https://github.com/DISIC/Ara/pull/583))
- Corrige le message d’erreur lors de la duplication d’un audit depuis la page de l’audit ([#584](https://github.com/DISIC/Ara/pull/584))
- Corrige l’affichage des interrupteurs suite à la mise à jour du DSFR ([#586](https://github.com/DISIC/Ara/pull/586))

## 08/12/2023

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const isOffline = useIsOffline();
@input="updateTransverseStatus"
/>
<label
class="fr-toggle__label fr-pr-2w"
class="fr-toggle__label"
:for="`applicable-all-pages-${uniqueId}`"
>
<span class="sr-only">
Expand Down
5 changes: 1 addition & 4 deletions confiture-web-app/src/components/NotApplicableSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ watch(switchValue, (switchValue) => {
class="fr-toggle__input"
:disabled="isOffline"
/>
<label
class="fr-toggle__label fr-pr-2w"
:for="`topic-switch-${topicNumber}`"
>
<label class="fr-toggle__label" :for="`topic-switch-${topicNumber}`">
Non applicable sur la page
</label>
</div>
Expand Down

0 comments on commit 0691c23

Please sign in to comment.