Only show errors in the focused row

This commit is contained in:
Andrew Kingston 2024-06-24 14:06:57 +01:00
parent 8050a405f5
commit 02a86d1044
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
let api
// Get the error for this cell if the cell is focused or selected
$: error = getErrorStore(rowFocused || cellSelected, cellId)
$: error = getErrorStore(rowFocused, cellId)
// Determine if the cell is editable
$: readonly =