because renderhook on sidebar modal shows in navbar, how to make it normal?
i try to call the CreateAppointmentAction, customize action, but it render oh sidebar, how to make it show in body?
}```
2 Replies
We're running into the same issue. We have a livewire component that renders another component, which has an action, but it's rendering the action's modal only within that component, when the modal should be global. Let me know if you figured out how to solve the issue.
Wast told this would work, but then the modal doesn't pop up at all.
why not registering it in BODY_END?
https://wiremodel.com/blog/registering-a-global-action-in-filament
Registering a global action in Filament
Registering a global action in Filament