diff --git a/.env b/.env index fcdc42c..639fb0b 100644 --- a/.env +++ b/.env @@ -124,4 +124,7 @@ REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' # REACT APP CUSTOMTIMER -REACT_APP_CUSTOMTIMER=90 \ No newline at end of file +REACT_APP_CUSTOMTIMER=90 + +# MEDIA_SERVER_URL +MEDIA_SERVER_URL='' \ No newline at end of file diff --git a/.env.development b/.env.development index 5f2d549..b52c693 100644 --- a/.env.development +++ b/.env.development @@ -92,4 +92,7 @@ REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' # REACT APP CUSTOMTIMER -REACT_APP_CUSTOMTIMER=90 \ No newline at end of file +REACT_APP_CUSTOMTIMER=90 + +# MEDIA_SERVER_URL +MEDIA_SERVER_URL='' \ No newline at end of file diff --git a/.env.production b/.env.production index cfa2c24..9b16333 100644 --- a/.env.production +++ b/.env.production @@ -98,4 +98,7 @@ REACT_APP_MEDIA_LINK='https://media.wrenchboard.com' REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' # REACT APP CUSTOMTIMER -REACT_APP_CUSTOMTIMER=90 \ No newline at end of file +REACT_APP_CUSTOMTIMER=90 + +# MEDIA_SERVER_URL +MEDIA_SERVER_URL='' \ No newline at end of file diff --git a/src/components/FamilyAcc/FamilyPopout/AssignPrevNewTask.jsx b/src/components/FamilyAcc/FamilyPopout/AssignPrevNewTask.jsx index 0de3e7c..19de55e 100644 --- a/src/components/FamilyAcc/FamilyPopout/AssignPrevNewTask.jsx +++ b/src/components/FamilyAcc/FamilyPopout/AssignPrevNewTask.jsx @@ -152,7 +152,7 @@ export default function AssignPrevNewTask({
{requestStatus.message}
} +
+ Files {
+ requestStatus.loading ?
+
{requestStatus.message}
+ } + +- {uploadStatus.message} -
- )} - {uploadStatus.loading && ( -{uploadStatus.message}
- )} -