Correct the Note editor.
Split the source file in sub components.
Correct a timing problem on the editor checkbox.
import { Record } from '.';
import { ActionEnum } from '../constants';
export default Record({
_id: '',
title: '',
description: '',
date: '',
group: null,
protocol: '',
action: ActionEnum.NONE,
});