mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-27 04:13:36 +00:00
Replace MudText with MudJustifiedText in DataSourceCloudEmbeddingWarning component
This commit is contained in:
parent
95dc10d0ce
commit
6b8aecdd30
@ -1,9 +1,9 @@
|
||||
@inherits MSGComponentBase
|
||||
|
||||
<MudAlert Severity="Severity.Warning" Variant="Variant.Outlined" Dense="@true" Class="mb-3">
|
||||
<MudText Typo="Typo.body2">
|
||||
<MudJustifiedText Typo="Typo.body2">
|
||||
@this.WarningText
|
||||
</MudText>
|
||||
</MudJustifiedText>
|
||||
</MudAlert>
|
||||
|
||||
<MudTextSwitch Value="@this.UserAcknowledged" ValueChanged="@this.UserAcknowledgedChanged" Label="@T("I confirm that I have read and understood the above")" LabelOn="@T("Yes, please send my data to the external embedding provider")" LabelOff="@T("No, I will choose another embedding")" Validation="@this.Validation"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user