File tree 1 file changed +2
-2
lines changed
examples/gauge/Components
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ export class InterfaceSample extends DisplayComponent<InterfaceSampleProps> {
123
123
< h4 style = "text-align: center;" > Step 3 - Query the database</ h4 >
124
124
< div class = "horizontal" >
125
125
< div class = "vertical" >
126
- < Input ref = { this . icaoInputRef } value = "ESSA " class = "text-field" />
126
+ < Input ref = { this . icaoInputRef } value = "TNCM " class = "text-field" />
127
127
< div ref = { this . executeIcaoButtonRef } class = "button" >
128
128
Fetch Airport
129
129
</ div >
130
130
< div style = "height:30px;" > </ div >
131
131
< Input
132
132
ref = { this . sqlInputRef }
133
133
textarea
134
- value = "SELECT airport_name FROM tbl_airports WHERE airport_identifier = 'ESSA '"
134
+ value = "SELECT airport_name FROM tbl_airports WHERE airport_identifier = 'TNCM '"
135
135
class = "text-field"
136
136
/>
137
137
< div ref = { this . executeSqlButtonRef } class = "button" >
You can’t perform that action at this time.
0 commit comments