mirror of
https://github.com/tonytins/amtkstat.git
synced 2026-02-10 21:04:47 -05:00
Removed "Required" attributes
Guess they're not required anymore. ¯\_(ツ)_/¯
This commit is contained in:
parent
ab02392947
commit
f76c54e90f
3 changed files with 8 additions and 18 deletions
|
|
@ -5,12 +5,11 @@
|
|||
@code {
|
||||
|
||||
[Parameter]
|
||||
[Required]
|
||||
public string? Text { get; set; }
|
||||
|
||||
[Parameter]
|
||||
[Required]
|
||||
public string? Address { get; set; }
|
||||
|
||||
private async Task OpenBrowserAsync()
|
||||
{
|
||||
await JsRuntime.InvokeAsync<string>("__TAURI__.tauri.invoke", "open_browser", new { address = Address });
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.201.0
|
||||
0.1.105
|
||||
Loading…
Add table
Add a link
Reference in a new issue