mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
GD editor link issue
This commit is contained in:
parent
891bed5455
commit
a5fb655133
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ import { Popover as PopoverBS, OverlayTrigger } from 'react-bootstrap';
|
|||
// eslint-disable-next-line import/no-unresolved
|
||||
import TrashIcon from '@assets/images/icons/query-trash-icon.svg';
|
||||
import VerticalIcon from '@assets/images/icons/vertical-menu.svg';
|
||||
import { getPrivateRoute } from '@/_helpers/routes';
|
||||
|
||||
export const LeftSidebarDataSources = ({
|
||||
appId,
|
||||
|
|
@ -260,7 +261,7 @@ const LeftSidebarDataSourcesContainer = ({ darkMode, RenderDataSource, dataSourc
|
|||
</div>
|
||||
</div>
|
||||
<div className="add-datasource-btn w-100 p-3">
|
||||
<Link to="/global-datasources">
|
||||
<Link to={getPrivateRoute('global_datasources')}>
|
||||
<div className="p-2 color-primary cursor-pointer">
|
||||
{t(`leftSidebar.Sources.addDataSource`, '+ add data source')}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue