Skip to content

Commit

Permalink
disable email sender
Browse files Browse the repository at this point in the history
  • Loading branch information
helihard committed Jan 13, 2025
1 parent 4b61034 commit 322287f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/emails/components/EmailEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const EmailEditor: FC<EmailEditorProps> = ({ email, onSave }) => {
<Box display="flex" gap={2} py={2}>
<FormControl fullWidth sx={{ flex: 2 }}>
<TextField
disabled={readOnly}
fullWidth
label={messages.editor.settings.tabs.settings.senderInputLabel()}
onChange={(ev) => {
Expand Down

0 comments on commit 322287f

Please sign in to comment.