Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Oct 17, 2024
1 parent 16ef4c1 commit e3ae0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/settings/namelist/name.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function handleRename() {
<template>
<div class="w-full">
<div class="flex">
{{ value }}
{{ props.value }}
<NPopconfirm
:show-icon="false"
:positive-text="t('rename')"
Expand All @@ -59,7 +59,7 @@ function handleRename() {
@positive-click="$emit('delete')"
>
<I18nT keypath="confirm-deletion">
{{ value }}
{{ props.value }}
</I18nT>

<template #trigger>
Expand Down

0 comments on commit e3ae0af

Please sign in to comment.