Fixed open popup

This commit is contained in:
Jorge Padawan 2021-01-15 13:13:51 +01:00
parent c5ace0a939
commit 51627af395
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ import Component from 'core/lib/component';
import './style.scss';
class Controller extends Component {
open() {
this.$.bankEntityDialog.show();
}
resetLocation() {
this.location = {};
}