Fix portal edit

This commit is contained in:
2021-05-04 02:39:45 -05:00
parent 9f7f2df3de
commit d99fc957da

View File

@@ -54,7 +54,7 @@ class Configuration extends IPCContainer {
j.AuthUser === i.AuthUser &&
j.AuthPassword === i.AuthPassword
)
).length === 0
).length != itemA.value.length
);
}
return itemA.value !== itemB.value;