Skip to content

Commit

Permalink
comment enregistrement
Browse files Browse the repository at this point in the history
  • Loading branch information
IGNFhc committed Dec 13, 2024
1 parent 85ce015 commit a3f1db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/menu/LeftMenuTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ const emit = defineEmits(['onModalShareOpen', 'onModalPrintOpen', 'onModalThemeO
@on-enregistrement-open="onEnregistrementOpen"
/>
</div>
<div id="EnregistrementContent"
<!-- <div id="EnregistrementContent"
:class="[activeTab === 'EnregistrementContent' ? 'activeTab' : 'inactiveTab']" >
Mes enregistrements !
</div>
</div> -->
</template>
<template #navButtons>
<MenuLateralNavButton
Expand Down
4 changes: 2 additions & 2 deletions src/components/menu/MenuTierce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ const iconProps = computed(() => typeof icon === 'string'

<template>
<div class="container">
<DsfrButton
<!-- <DsfrButton
tertiary
no-outline
@click="$emit('onEnregistrementOpen')"
icon="ri-bookmark-line"
>
Mes enregistrements
</DsfrButton>
<hr/>
<hr/> -->
<DsfrButton
tertiary
no-outline
Expand Down

0 comments on commit a3f1db5

Please sign in to comment.