mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-22 14:42:19 +00:00
Minor formatteding fix in StationBtn
This commit is contained in:
parent
bd98119710
commit
858762d54e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
{
|
{
|
||||||
private string? CodeInput { get; set; }
|
private string? CodeInput { get; set; }
|
||||||
|
|
||||||
|
|
||||||
private async Task AddrRedirectAsync()
|
private async Task AddrRedirectAsync()
|
||||||
{
|
{
|
||||||
var address = await JsRuntime.InvokeAsync<string>("__TAURI__.tauri.invoke", "station", new { name = CodeInput });
|
var address = await JsRuntime.InvokeAsync<string>("__TAURI__.tauri.invoke", "station", new { name = CodeInput });
|
||||||
|
|
Loading…
Add table
Reference in a new issue