Skip to content

Commit

Permalink
merge: #4005
Browse files Browse the repository at this point in the history
4005: chore(web): Remove debug logic for SiCheckBox r=stack72 a=stack72



Co-authored-by: stack72 <[email protected]>
  • Loading branch information
si-bors-ng[bot] and stack72 authored Jun 20, 2024
2 parents e6d5af8 + 317cebb commit fcc3d48
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 fcc3d48

Please sign in to comment.