Remove log
This commit is contained in:
@@ -10,10 +10,8 @@ export default class extends Controller {
|
||||
const modal = this.modalValue
|
||||
|
||||
if (modal) {
|
||||
console.log(modal)
|
||||
this.dialogTarget.showModal()
|
||||
} else {
|
||||
console.log("NOT FOUND")
|
||||
this.dialogTarget.show()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user