const isenabled =! Object.keys (fehler) .some (x => fehler [x]);

const isEnabled = !Object.keys(errors).some(x => errors[x]);
Evil Elephant