Files
tiennm99 e005b0fbd3 fix(ui): use Alpine state for clone-to-environment destination uuid
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
2026-08-18 10:40:09 +07:00
..