Join links for user registration
This commit is contained in:
@@ -4,6 +4,10 @@ export default class extends Controller {
|
||||
static targets = [ "dialog" ]
|
||||
|
||||
open() {
|
||||
this.dialogTarget.show()
|
||||
this.dialogTarget.showModal()
|
||||
}
|
||||
|
||||
close() {
|
||||
this.dialogTarget.close()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user