calendar and vehicle booking rework
This commit is contained in:
@@ -98,8 +98,8 @@ function FahrzeugBuchungen() {
|
||||
const navigate = useNavigate();
|
||||
const queryClient = useQueryClient();
|
||||
|
||||
const canCreate = hasPermission('kalender:create');
|
||||
const canManage = hasPermission('kalender:manage_bookings');
|
||||
const canCreate = hasPermission('fahrzeugbuchungen:create');
|
||||
const canManage = hasPermission('fahrzeugbuchungen:manage');
|
||||
|
||||
const [tabIndex, setTabIndex] = useState(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user