mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Improved link null handling
This commit is contained in:
parent
169e1cb601
commit
5f542295fc
@ -38,7 +38,7 @@ public partial class EmbeddingMethodDialog : ComponentBase
|
||||
/// A link to the embedding documentation or the source code. Might be null, which means no link is provided.
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public string? DataLink { get; set; }
|
||||
public string DataLink { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Should the dialog be in editing mode?
|
||||
|
Loading…
Reference in New Issue
Block a user