Fix build errors
This commit is contained in:
@@ -35,7 +35,6 @@ interface EmailEditorProps {
|
||||
value: string;
|
||||
onChange: (value: string) => void;
|
||||
placeholder?: string;
|
||||
canUploadImages?: boolean;
|
||||
// Optional props for preview header
|
||||
subject?: string;
|
||||
from?: string;
|
||||
|
||||
Reference in New Issue
Block a user