Skip to content

Commit

Permalink
chore(web): Remove debug logic for SiCheckBox
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jun 20, 2024
1 parent e6d5af8 commit 317cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web/src/components/SiCheckBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Switch>

<div
v-if="inError || true"
v-if="inError"
class="absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none text-destructive-500 dark:text-destructive-600"
>
<Icon name="exclamation-circle" size="sm" />
Expand Down

0 comments on commit 317cebb

Please sign in to comment.