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 12:25:36 -05:00
committed by GitHub
co-authored by Sriram Krishnan
parent eceff08a4d
commit d3b326d273
2 changed files with 6 additions and 2 deletions
@@ -13,4 +13,8 @@ export default class extends Controller {
this.element.close();
}
}
close() {
this.element.close();
}
}