mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
updated data-cy props in breadcrumbs (#5817)
This commit is contained in:
parent
17ea045428
commit
668078532b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ export const Breadcrumbs = () => {
|
|||
// define some custom breadcrumbs for certain routes (optional)
|
||||
const routes = [
|
||||
// { path: '/', breadcrumb: 'Apps' },
|
||||
{ path: '/database', breadcrumb: 'Tables', dataCy: 'tables-page-header' },
|
||||
{ path: '/database', breadcrumb: 'Tables', props: { dataCy: 'tables-page-header' } },
|
||||
{ path: '/workspace-settings', breadcrumb: 'Workspace settings' },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue