Skip to content

Commit

Permalink
♻️ 修正した気になってた
Browse files Browse the repository at this point in the history
  • Loading branch information
anko9801 committed Jul 22, 2024
1 parent c47c76f commit abb140c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/newRequest/NewRequestTargets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function handleRemoveTarget(index: number) {
:key="target.target"
class="flex items-center gap-3">
<InputSelectSingle
:id="i === targets.length - 1 ? 'target' : undefined"
class="flex-grow"
:model-value="target.target"
:options="userOptions"
Expand All @@ -79,7 +78,7 @@ function handleRemoveTarget(index: number) {
</div>
<button
v-if="targets.length > 1"
aria-label="ターゲットを削除"
aria-label="払い戻し対象者を削除"
class="flex"
@click="handleRemoveTarget(i)">
<TrashIcon class="w-6 text-red-400" />
Expand Down

0 comments on commit abb140c

Please sign in to comment.