mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
⚡ 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…
x
Reference in New Issue
Block a user