Fix reducer tests

This commit is contained in:
Alex Gleason 2022-05-14 14:13:58 -05:00
parent 295eb40f14
commit 2e192153ed
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ import {
import type { AnyAction } from 'redux';
const ReducerRecord = ImmutableRecord({
export const ReducerRecord = ImmutableRecord({
value: '',
submitted: false,
submittedValue: '',