Fixed open popup
This commit is contained in:
parent
c5ace0a939
commit
51627af395
|
@ -3,6 +3,9 @@ import Component from 'core/lib/component';
|
|||
import './style.scss';
|
||||
|
||||
class Controller extends Component {
|
||||
open() {
|
||||
this.$.bankEntityDialog.show();
|
||||
}
|
||||
resetLocation() {
|
||||
this.location = {};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue