mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02: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`,
|
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: (
|
content: (
|
||||||
<Description>
|
<Description>
|
||||||
First, open the feature flag configuration for{' '}
|
First, open the feature flag configuration for{' '}
|
||||||
@ -344,7 +344,7 @@ export const TOPICS: ITutorialTopic[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: `/projects/${PROJECT}?sort=name`,
|
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: (
|
content: (
|
||||||
<Description>
|
<Description>
|
||||||
First, open the feature flag configuration for{' '}
|
First, open the feature flag configuration for{' '}
|
||||||
@ -459,7 +459,7 @@ export const TOPICS: ITutorialTopic[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: `/projects/${PROJECT}?sort=name`,
|
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: (
|
content: (
|
||||||
<Description>
|
<Description>
|
||||||
First, open the feature flag configuration for{' '}
|
First, open the feature flag configuration for{' '}
|
||||||
|
Loading…
Reference in New Issue
Block a user