mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
fix entry name not being set to the new one
This commit is contained in:
parent
2766d133c6
commit
c3a2f12719
@ -134,6 +134,8 @@ namespace Bloxstrap.UI.Elements.Menu.Pages
|
|||||||
if (!newName.Contains(_searchFilter))
|
if (!newName.Contains(_searchFilter))
|
||||||
ClearSearch();
|
ClearSearch();
|
||||||
|
|
||||||
|
entry.Name = newName;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "Value":
|
case "Value":
|
||||||
|
Loading…
Reference in New Issue
Block a user