File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212 "author" : " Lakhan Samani" ,
1313 "license" : " ISC" ,
1414 "dependencies" : {
15- "@authorizerdev/authorizer-react" : " ^1.1.3-beta.1 " ,
15+ "@authorizerdev/authorizer-react" : " ^1.1.3" ,
1616 "@types/react" : " ^17.0.15" ,
1717 "@types/react-dom" : " ^17.0.9" ,
1818 "esbuild" : " ^0.12.17" ,
Original file line number Diff line number Diff line change @@ -446,6 +446,8 @@ input AddEmailTemplateRequest {
446446 event_name : String !
447447 subject : String !
448448 template : String !
449+ # Design value is set when editor is used
450+ # If raw HTML is used design value is set to null
449451 design : String
450452}
451453
@@ -454,6 +456,8 @@ input UpdateEmailTemplateRequest {
454456 event_name : String
455457 template : String
456458 subject : String
459+ # Design value is set when editor is used
460+ # If raw HTML is used design value is set to null
457461 design : String
458462}
459463
You can’t perform that action at this time.
0 commit comments