const setDate = produce((draft: Draft<RecordEntry>, date: string) => {
  draft.date = date
})