Skip to content

Commit

Permalink
Fixed unwanted whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas committed Feb 2, 2021
1 parent e0f8ea4 commit 28c157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditLinks.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void Page_Load(System.Object sender, System.EventArgs e)
cblGrantRoles.DataTextField = "RoleName";
cblGrantRoles.DataValueField = "RoleID";
cblGrantRoles.DataBind();

ClientAPI.AddButtonConfirm(cmdDelete, Services.Localization.Localization.GetString("DeleteItem"));

if (itemId != -1)
Expand Down

0 comments on commit 28c157e

Please sign in to comment.