Skip to content

Commit

Permalink
show red checkbox when data is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Feb 3, 2025
1 parent a5382e9 commit b9b47c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
</template>
<template #item.data-table-select="{ item }">
<v-checkbox density="compact"
:color="!item.valid ? 'error' : 'primary'"
:disabled="loading || submitting"
v-model="item.selected"></v-checkbox>
</template>
Expand Down

0 comments on commit b9b47c4

Please sign in to comment.