From 9b94f60df0b62a9d3762a1963ec7dac024658a51 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 21 Jul 2021 19:11:32 -0400 Subject: Update progress bar type --- src/store/initialStates.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/store') diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 5ae62838..ddfdf5d2 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -10,6 +10,7 @@ import { import { CommentThreadType, MomentPostType, + MomentUploadProgressBarType, MomentUploadStatusType, UniversityType, } from './../types/types'; @@ -49,7 +50,7 @@ export const NO_USER_DATA = { profile: NO_PROFILE, avatar: undefined, cover: undefined, - momentUploadStatus: MomentUploadStatusType.Empty, + momentUploadProgressBar: undefined, isOnboardedUser: false, newVersionAvailable: false, newNotificationReceived: false, -- cgit v1.2.3-70-g09d2