The command is lowercase

This commit is contained in:
Jason Zimdars
2025-05-07 11:39:28 -05:00
parent acc87d571e
commit 8dd5b723a8
@@ -55,7 +55,7 @@ export default class extends Controller {
async #requestConfirmation(message) {
const originalInputValue = this.inputTarget.value
this.element.classList.add(this.confirmationClass)
this.inputTarget.value = `${message}? [Y/n] `
this.inputTarget.value = `${message}? [y/n] `
try {
await this.#waitForConfirmation()