Skip to content

Commit

Permalink
feat: Manage breaking change from [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 29, 2024
1 parent a1ca4ab commit e5a2144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/views/Drive/KonnectorRoutes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { useParams, useNavigate } from 'react-router-dom'

import { useQuery } from 'cozy-client'
import { Routes } from 'cozy-harvest-lib'
import { HarvestRoutes } from 'cozy-harvest-lib'
import datacardOptions from 'cozy-harvest-lib/dist/datacards/datacardOptions'

import {
Expand Down Expand Up @@ -38,7 +38,7 @@ const KonnectorRoutes = () => {
const onDismiss = () => navigate('..')

return (
<Routes
<HarvestRoutes
konnector={konnectorWithTriggers}
konnectorSlug={konnectorSlug}
datacardOptions={datacardOptions}
Expand Down

0 comments on commit e5a2144

Please sign in to comment.