Fix portal edit
This commit is contained in:
@@ -54,7 +54,7 @@ class Configuration extends IPCContainer {
|
|||||||
j.AuthUser === i.AuthUser &&
|
j.AuthUser === i.AuthUser &&
|
||||||
j.AuthPassword === i.AuthPassword
|
j.AuthPassword === i.AuthPassword
|
||||||
)
|
)
|
||||||
).length === 0
|
).length != itemA.value.length
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return itemA.value !== itemB.value;
|
return itemA.value !== itemB.value;
|
||||||
|
|||||||
Reference in New Issue
Block a user