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