File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -586,15 +586,15 @@ class Agent extends DashboardView {
586
586
< div className = { styles . queryExamples } >
587
587
< button
588
588
className = { styles . exampleButton }
589
- onClick = { ( ) => this . handleExampleClick ( 'What classes do I have in my database ?' ) }
589
+ onClick = { ( ) => this . handleExampleClick ( 'How many users do I have?' ) }
590
590
>
591
- “What classes do I have in my database ?”
591
+ “How many users do I have?”
592
592
</ button >
593
593
< button
594
594
className = { styles . exampleButton }
595
- onClick = { ( ) => this . handleExampleClick ( 'How many users do I have?' ) }
595
+ onClick = { ( ) => this . handleExampleClick ( 'What classes do I have in my database ?' ) }
596
596
>
597
- “How many users do I have?”
597
+ “What classes do I have in my database ?”
598
598
</ button >
599
599
< button
600
600
className = { styles . exampleButton }
You can’t perform that action at this time.
0 commit comments