modificacion web-access
This commit is contained in:
parent
d36d619533
commit
5cf0417c35
|
@ -46,7 +46,7 @@ export const COMPONENT = {
|
|||
};
|
||||
|
||||
function callback(transition) {
|
||||
if (!equalsObject(self.client.account, self.accountOld)) {
|
||||
if (!equalsObject(self.account, self.accountOld) && self.account) {
|
||||
self.state = transition.to().name;
|
||||
var dialog = $element[0].querySelector('dialog');
|
||||
dialog.showModal();
|
||||
|
|
Loading…
Reference in New Issue