mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
fix: demo steps should search the main table (#7227)
This commit is contained in:
parent
973870ccb2
commit
6340ecd6bf
@ -119,7 +119,7 @@ export const TOPICS: ITutorialTopic[] = [
|
||||
},
|
||||
{
|
||||
href: `/projects/${PROJECT}?sort=name`,
|
||||
target: `a[href="${basePath}/projects/${PROJECT}/features/demoApp.step2"]`,
|
||||
target: `table a[href="${basePath}/projects/${PROJECT}/features/demoApp.step2"]`,
|
||||
content: (
|
||||
<Description>
|
||||
First, open the feature flag configuration for{' '}
|
||||
@ -344,7 +344,7 @@ export const TOPICS: ITutorialTopic[] = [
|
||||
},
|
||||
{
|
||||
href: `/projects/${PROJECT}?sort=name`,
|
||||
target: `a[href="${basePath}/projects/${PROJECT}/features/demoApp.step3"]`,
|
||||
target: `table a[href="${basePath}/projects/${PROJECT}/features/demoApp.step3"]`,
|
||||
content: (
|
||||
<Description>
|
||||
First, open the feature flag configuration for{' '}
|
||||
@ -459,7 +459,7 @@ export const TOPICS: ITutorialTopic[] = [
|
||||
},
|
||||
{
|
||||
href: `/projects/${PROJECT}?sort=name`,
|
||||
target: `a[href="${basePath}/projects/${PROJECT}/features/demoApp.step4"]`,
|
||||
target: `table a[href="${basePath}/projects/${PROJECT}/features/demoApp.step4"]`,
|
||||
content: (
|
||||
<Description>
|
||||
First, open the feature flag configuration for{' '}
|
||||
|
Loading…
Reference in New Issue
Block a user