Allow changes to the Account name

This commit is contained in:
Stanko K.R.
2025-10-31 13:41:44 +01:00
parent 1b1a17b939
commit dd583206ee
5 changed files with 24 additions and 1 deletions
@@ -20,7 +20,7 @@ export default class extends Controller {
const input = this.hasInputTarget ? this.inputTarget : null
if (input) {
const value = (input.value || "").trim()
const value = (input.value || "").trim()
if (value.length === 0) {
event.preventDefault()
}