Skip to content

Commit 3104d52

Browse files
committed
chore: execute SQL -> fetch airport
Since you can't actually input SQL
1 parent 5ab1aca commit 3104d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gauge/Components/InterfaceSample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class InterfaceSample extends DisplayComponent<InterfaceSampleProps> {
7070
</div>
7171
<input ref={this.inputRef} type="text" id="sql" name="sql" value="ESSA" class="text-field" />
7272
<div ref={this.executeButtonRef} class="button">
73-
Execute SQL
73+
Fetch Airport
7474
</div>
7575
</div>
7676
</div>

0 commit comments

Comments
 (0)