1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 22:59:39 +02:00

Make new account modal close as clickable button (#492)

Co-authored-by: Sriram Krishnan <sriram@seafoodsouq.com>
This commit is contained in:
Sriram 2024-02-27 22:55:36 +05:30 committed by GitHub
parent eceff08a4d
commit d3b326d273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -13,4 +13,8 @@ export default class extends Controller {
this.element.close();
}
}
close() {
this.element.close();
}
}