removing fix as a more elegant fix introduced in #11049
This commit is contained in:
parent
87768fd577
commit
c8ef273f69
|
@ -206,14 +206,7 @@ export const deriveStores = context => {
|
||||||
focusedCellId.set(`${rowId}-${keys[0]}`)
|
focusedCellId.set(`${rowId}-${keys[0]}`)
|
||||||
} else {
|
} else {
|
||||||
// Some other error - just update the current cell
|
// Some other error - just update the current cell
|
||||||
if (get(focusedCellId)) {
|
validation.actions.setError(get(focusedCellId), error?.message || "Error")
|
||||||
validation.actions.setError(
|
|
||||||
get(focusedCellId),
|
|
||||||
error?.message || "Error"
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
notifications.error(error?.message || "Error")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue