Fix remaining merge conflicts and linter errors
- Remove merge conflict markers from AnalyticsDashboard.tsx - Fix merge conflicts in email/respond/route.tsx - Use dev versions of EmailManager and ModernAdminDashboard - Add eslint-disable for Image icon in editor
This commit is contained in:
@@ -319,8 +319,6 @@ const emailTemplates = {
|
||||
</body>
|
||||
</html>
|
||||
`
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
},
|
||||
reply: {
|
||||
subject: "Antwort auf deine Nachricht 📧",
|
||||
@@ -419,11 +417,7 @@ export async function POST(request: NextRequest) {
|
||||
const body = (await request.json()) as {
|
||||
to: string;
|
||||
name: string;
|
||||
<<<<<<< HEAD
|
||||
template: 'welcome' | 'project' | 'quick';
|
||||
=======
|
||||
template: 'welcome' | 'project' | 'quick' | 'reply';
|
||||
>>>>>>> dev
|
||||
originalMessage: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user