Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/microsoft/ALAppExtensions i…
Browse files Browse the repository at this point in the history
…nto mazhelez/remove-sas-token
  • Loading branch information
aholstrup1 committed Oct 2, 2023
2 parents 200702a + ce0ab4a commit a1841f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/System/Email/src/Email/Outbox/EmailEditor.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ page 13 "Email Editor"
FromDisplayName := StrSubstNo(FromDisplayNameLbl, EmailAccount.Name, EmailAccount."Email Address");
end;

local procedure ShowCloseOptionsMenu(): Boolean
protected procedure ShowCloseOptionsMenu(): Boolean
var
CloseOptions: Text;
SelectedCloseOption: Integer;
Expand Down

0 comments on commit a1841f3

Please sign in to comment.