When I update composer filament/widget is change so My stats widget change like that how to do back?


3 Replies
I think you need to configure the size of the rows that each widget will occupy separately.
Hi
If you are using a custom theme make sure to run
npm run build
after updating too. As well as php artisan filament:upgrade
, which should be part of the composer after update script anyway.