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:
2025-09-10 11:13:27 +02:00
parent b44250fe0e
commit 690d9e1cfb
5 changed files with 3 additions and 671 deletions

View File

@@ -567,6 +567,7 @@ function EditorPageContent() {
className="p-2 rounded-lg text-gray-300"
title="Image"
>
{/* eslint-disable-next-line jsx-a11y/alt-text */}
<Image className="w-4 h-4" />
</button>
</div>