Skip to content

Commit

Permalink
add requested changes:
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 19, 2024
1 parent 5716f09 commit 5a8cb43
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,17 @@ function Component(props: Props) {
if (teamSlug === "demo") {
return (
<Card handleSubmit={props.handleSubmit}>
<CardHeader title={props.title} />
<ErrorSummaryContainer role="status">
<Typography variant="h4" ml={2} mb={1}>
Planning Constraints are not enabled for demo users.
Planning Constraints are not enabled for demo users
</Typography>
<Typography variant="body2" ml={2}>
Click continue to skip planning constraints and proceed with your
application for testing.
Since we cannot automatically check constraints, you might be asked
additional questions about your project.
</Typography>
<Typography variant="body2" ml={2} mt={0.5}>
Click continue to proceed with your application.
</Typography>
</ErrorSummaryContainer>
</Card>
Expand Down

0 comments on commit 5a8cb43

Please sign in to comment.