mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Make new account modal close as clickable button (#492)
Co-authored-by: Sriram Krishnan <sriram@seafoodsouq.com>
This commit is contained in:
@@ -13,4 +13,8 @@ export default class extends Controller {
|
||||
this.element.close();
|
||||
}
|
||||
}
|
||||
|
||||
close() {
|
||||
this.element.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user