mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-19 08:23:28 +00:00
Blade directives like @js() are not compiled inside component-tag attributes, so the Clone resource button's @click expression reached the browser as literal PHP and Alpine threw an expression error on click, making the button do nothing. Use the currentDestinationUuid Alpine variable already defined in the root x-data instead. Closes #11340