Skip to content

Commit

Permalink
Add backfill back
Browse files Browse the repository at this point in the history
It was removed after splitting one component into multiple
  • Loading branch information
stanislaw-zakrzewski committed May 6, 2024
1 parent f22653b commit 687caaa
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,13 @@ const Sidebar = ({ drawerOpen }: SidebarProps): JSX.Element => {
)}
{hasAnyRole(user, [Role.Curator]) && (
<Link
to="/sources/automated"
to="/sources/backfill"
onClick={closeCreateNewPopup}
className={classes.link}
>
<MenuItem>New automated source</MenuItem>
<MenuItem>
New automated source backfill
</MenuItem>
</Link>
)}
</Menu>
Expand Down

0 comments on commit 687caaa

Please sign in to comment.