Skip to content

Commit

Permalink
Fix advanced form submit when the footer menu is opened - Fixes #418
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Nov 21, 2024
1 parent d764d1c commit 6fa0588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/layouts/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</li>
</ul>
<!-- email link -->
<button id="btnEmailMenu" @click="showMenu = !showMenu" class="button is-text is-like-text has-text-grey" style="width: 100%;">
<button type="button" id="btnEmailMenu" @click="showMenu = !showMenu" class="button is-text is-like-text has-text-grey" style="width: 100%;">
<span v-if="appSettings.latestRelease && appSettings.checkForUpdate" class="release-flag"></span>
<span class="mx-2 has-ellipsis">{{ user.email }}</span>
<FontAwesomeIcon v-if="!showMenu" :icon="['fas', 'bars']" class="mr-2" />
Expand Down

0 comments on commit 6fa0588

Please sign in to comment.