kuzovkov
kuzovkov
Thanks @Mikhail010 I get it working with such configs: docker-compose.yml: ```yaml selenium-hub: image: selenium/hub networks: - back ports: - 4444:4444 chrome: image: selenium/node-chrome links: - selenium-hub:hub environment: - HUB_PORT_4444_TCP_ADDR=selenium-hub:4444/grid/register/ -...
I fixed it by extend `SolutionForest\FilamentTree\Actions\EditAction` and `SolutionForest\FilamentTree\Actions\DeleteAction` classes and put fake method `shouldOpenModal` to each of them: ```php