Skip to content

Commit

Permalink
Update useEditorOptions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
santushnath committed Jul 4, 2024
1 parent 95ab83b commit abed6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useEditorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const useEditorOptions = (props: MailUiEditorProps, editorId: string) => {
...(props.options || {}),
apiKey: props.options?.apiKey,
apiSecret: props.options?.apiSecret,
signature: props.options?.signature,
appearance: props.options?.appearance,
displayMode: props.options?.displayMode || 'email',
locale: props.options?.locale,
Expand Down

0 comments on commit abed6aa

Please sign in to comment.