Skip to content

Commit 1d93cc0

Browse files
authored
Merge pull request #921 from iceljc/master
rename
2 parents 433e302 + 96ec0b5 commit 1d93cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/BotSharp.Abstraction/Plugins/Models/PluginMenuDef.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class PluginMenuDef(string label, string? link = null, string? icon = nul
1414
public string? Link { get; set; } = link;
1515

1616
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
17-
public string? IFrameUrl { get; set; }
17+
public string? EmbedUrl { get; set; }
1818

1919
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
2020
public bool? IsHeader { get; set; }

0 commit comments

Comments
 (0)