is it possible to make tab filter optional according to role?
im using plugin spatie and has 2 roles, admin and user for each area, i only need tabs filter when i login as admin, thanks. ππ»
2 Replies
Thereβs a few ways to do this, but one would be to add an early return inside getTabs() and return an empty array if itβs not your admin.
Thanks dude, it works ππ»