Skip to content

Commit 78210f5

Browse files
committed
fix(validation-ui): support nullable signer email in signer details model
Signed-off-by: Vitor Mattos <[email protected]>
1 parent a7340f1 commit 78210f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/validation/SignerDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ type SignerModifications = {
284284
285285
type SignerModel = {
286286
displayName?: string
287-
email?: string
287+
email?: string | null
288288
name?: string
289289
remote_address?: string
290290
user_agent?: string

0 commit comments

Comments
 (0)