#44: Added error check when deleting an app

This commit is contained in:
frikky
2020-06-04 06:20:16 +02:00
parent 31853a51ba
commit 1b11ba15d3
6 changed files with 122 additions and 15 deletions
+3 -3
View File
@@ -101,10 +101,10 @@ const data = [{
},
},
{
selector: 'node[?hasErrors]',
selector: "node[!is_valid]",
css: {
'color': '#991818',
'font-style': 'italic',
'border-color': 'red',
'border-width': '10px',
},
},
{