TF-1194 update identityExtension to have sortOrder property

This commit is contained in:
sherlockvn
2023-01-17 14:39:20 +07:00
committed by Dat Vu
parent c51ece70f2
commit bd305a8f45
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -11,5 +11,7 @@ extension IdentityExtension on Identity {
replyTo: replyTo,
bcc: bcc,
textSignature: textSignature,
htmlSignature: htmlSignature);
htmlSignature: htmlSignature,
sortOrder: sortOrder
);
}