diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-21 19:11:32 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-21 19:11:32 -0400 |
| commit | 9b94f60df0b62a9d3762a1963ec7dac024658a51 (patch) | |
| tree | e0f16942d1db927ba6c45b19bb79d085490e7027 /src/store | |
| parent | fbb9d410b4a525dd6f21d5de7e1e3844b6cf78a7 (diff) | |
Update progress bar type
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/initialStates.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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: <ProfileInfoType>NO_PROFILE, avatar: <string | undefined>undefined, cover: <string | undefined>undefined, - momentUploadStatus: <MomentUploadStatusType>MomentUploadStatusType.Empty, + momentUploadProgressBar: <MomentUploadProgressBarType | undefined>undefined, isOnboardedUser: false, newVersionAvailable: false, newNotificationReceived: false, |
