mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 16:49:06 +00:00
Removed the previously necessary MudList parameter 'Clickable' (#46)
This commit is contained in:
parent
d6cf65e973
commit
79892eb829
@ -1,7 +1,7 @@
|
|||||||
<MudDialog>
|
<MudDialog>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<MudText Typo="Typo.body1">@this.Message</MudText>
|
<MudText Typo="Typo.body1">@this.Message</MudText>
|
||||||
<MudList Clickable="@true" @bind-SelectedValue="@this.selectedWorkspace">
|
<MudList @bind-SelectedValue="@this.selectedWorkspace">
|
||||||
@foreach (var (workspaceName, workspaceId) in this.workspaces)
|
@foreach (var (workspaceName, workspaceId) in this.workspaces)
|
||||||
{
|
{
|
||||||
<MudListItem Text="@workspaceName" Icon="@Icons.Material.Filled.Description" Value="@workspaceId" />
|
<MudListItem Text="@workspaceName" Icon="@Icons.Material.Filled.Description" Value="@workspaceId" />
|
||||||
|
Loading…
Reference in New Issue
Block a user