oops, put back logic i removed during testing

This commit is contained in:
Shannon
2019-03-14 11:46:49 +11:00
parent b8c609ddc9
commit 4eedc3ce5c

View File

@@ -73,6 +73,10 @@
function hasAnyData(variant) {
if (variant.name == null || variant.name.length === 0) {
return false;
}
var result = variant.isDirty != null;
if(result) return true;