mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 02:41:37 +00:00
Fixed Blazor syntax
This commit is contained in:
parent
a465f1fed4
commit
48edfe32c0
@ -15,6 +15,6 @@
|
||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"/>
|
||||
|
||||
<MudTooltip Text="@this.ToggleVisibilityTooltip">
|
||||
<MudIconButton Icon="@this.InputTypeIcon" OnClick="() => this.ToggleVisibility()"/>
|
||||
<MudIconButton Icon="@this.InputTypeIcon" OnClick="@(() => this.ToggleVisibility())"/>
|
||||
</MudTooltip>
|
||||
</MudStack>
|
||||
Loading…
Reference in New Issue
Block a user