File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/gauge/Components Expand file tree Collapse file tree 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> {
123123 < h4 style = "text-align: center;" > Step 3 - Query the database</ h4 >
124124 < div class = "horizontal" >
125125 < div class = "vertical" >
126- < Input ref = { this . icaoInputRef } value = "ESSA " class = "text-field" />
126+ < Input ref = { this . icaoInputRef } value = "TNCM " class = "text-field" />
127127 < div ref = { this . executeIcaoButtonRef } class = "button" >
128128 Fetch Airport
129129 </ div >
130130 < div style = "height:30px;" > </ div >
131131 < Input
132132 ref = { this . sqlInputRef }
133133 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 '"
135135 class = "text-field"
136136 />
137137 < div ref = { this . executeSqlButtonRef } class = "button" >
You can’t perform that action at this time.
0 commit comments