mirror of https://github.com/Lissy93/dashy.git
⚡ Improved validation warnings in JSON editor
This commit is contained in:
parent
e472d91102
commit
11291ae0e6
|
@ -193,7 +193,6 @@ export default {
|
|||
validationErrors(errors) {
|
||||
const errorMessages = [];
|
||||
errors.forEach((error) => {
|
||||
console.log(error);
|
||||
switch (error.type) {
|
||||
case 'validation':
|
||||
errorMessages.push({
|
||||
|
|
Loading…
Reference in New Issue