const DirtyNavigationDialog = ({ open, message, onSave, onDiscard, onCancel, saving }) => { if (!open) { return null; } return (
{message || 'Es gibt ungespeicherte Änderungen. Wie möchtest du fortfahren?'}