Skip to content

Commit 759fd04

Browse files
committed
chore: use airport available in sample dataset
1 parent 03d7db5 commit 759fd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gauge/Components/InterfaceSample.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)