diff --git a/README.md b/README.md index aafe3c0f..522b0123 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ _**On first login, new user must change password by using the `passwd` command** - ### Using Local Setup - Run `install.ps1` (recommended) or `install.bat` (legacy) or `install.sh` (on linux) to get dependencies set up locally - - `install.ps1` supports performing a clean installation by using the `-CleanInstall` flag. Use this if you encounter a `npm install` failure. Caution: Ensure you have commited/pushed any important changes before running this command. + - `install.ps1` supports performing a clean installation by using the `-CleanInstall` flag. Use this if you encounter a `npm install` failure. **Caution:** Ensure you have commited/pushed any important changes before running this command with the `-CleanInstall` flag. - `install.ps1` also supports skipping initializing the server or the ui, using the `-SkipServer` and `-SkipUI` flags. - You will need to manually install the Prettier extension on your IDE ([for VSCode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) ([for IntelliJ](https://plugins.jetbrains.com/plugin/10456-prettier)). diff --git a/ui/src/components/Tabs/DashboardTab/TimelinesView/Timeline/ActionModal.js b/ui/src/components/Tabs/DashboardTab/TimelinesView/Timeline/ActionModal.js index 15b62c91..ea62d738 100644 --- a/ui/src/components/Tabs/DashboardTab/TimelinesView/Timeline/ActionModal.js +++ b/ui/src/components/Tabs/DashboardTab/TimelinesView/Timeline/ActionModal.js @@ -26,6 +26,7 @@ import InnerHTML from "dangerously-set-html-content"; import ParsedInnerHTML from "../../../../util/components/ParsedInnerHtml"; import CoachFeedBack from "../../../../util/components/CoachFeedBack"; import { QuestionComponentsMap } from "../../../../util/components/PeerEvalComponents"; +import "./../../../../../css/utils/helpers.css" const MODAL_STATUS = { SUCCESS: "success", @@ -476,6 +477,7 @@ export default function ActionModal(props) { ` This action can be submitted on ${formatDateTime(props.start_date)}` ) : (