mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 23:20:46 +00:00
Fixed JavaScript error "Cannot set properties of null (setting 'fqdn')" that occurred when typing in the domains input field. Changed wire:model binding from "application.fqdn" to "fqdn" to properly use the component property which is synced with the model via the SynchronizesModelData trait and getModelBindings() method. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>