ui: webauthn: drop bogus destroy stopStore call
will only result in an exception (in debug mode at least)... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f36c659365
commit
ce32cd487a
|
@ -47,7 +47,6 @@ Ext.define('PBS.WebauthnConfigView', {
|
||||||
itemdblclick: 'runEditor',
|
itemdblclick: 'runEditor',
|
||||||
activate: 'startStore',
|
activate: 'startStore',
|
||||||
deactivate: 'stopStore',
|
deactivate: 'stopStore',
|
||||||
destroy: 'stopStore',
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue