Skip to content

Commit

Permalink
fix: add button to update preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 24, 2024
1 parent 256ab01 commit d14e062
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/ui/src/views/Settings/EmailNotifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ function handleCreateSubscribeClick() {}
function handleResendConfirmationClick() {}
function handleUpdateSubscriptionClick() {}
const formValidator = getValidator(DEFINITION);
watch(
Expand Down Expand Up @@ -155,6 +157,10 @@ onUnmounted(() => {
<div class="text-skin-text" v-text="type.description" />
</div>
</UiSwitch>
<UiButton @click="handleUpdateSubscriptionClick">
Update subscriptions
</UiButton>
</div>
</template>
<template v-else>
Expand Down

0 comments on commit d14e062

Please sign in to comment.