Table Actions not working #15091
-
PackageActions Package Versionv3.2 How can we help you?In my filament project recently, I have installed the liveware through bellow comment "php": "^8.1", After this View, Delete Tables actions and Table Tab click actions are not working. It's showing black screen . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
change run |
Beta Was this translation helpful? Give feedback.
change
"filament/filament": "3.2"
to"filament/filament": "^3.2"
run
composer update -W