Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove defaultText prop from disclaimer component #3990

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

jamdelion
Copy link
Contributor

@jamdelion jamdelion commented Nov 20, 2024

Forward fixes as discussed in #3984

Comment on lines 244 to 251
// @ts-ignore - we deliberately want to test the case where PlanningConstraints is missing the disclaimer prop
const { queryByText } = setup(
<PlanningConstraints
title="Planning constraints"
description="Things that might affect your project"
fn="property.constraints.planning"
disclaimer=""
handleSubmit={vi.fn()}
/>,
/>
Copy link
Contributor Author

@jamdelion jamdelion Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry lots of linting has happened here, this is the only bit I actually changed in this file

@jamdelion jamdelion marked this pull request as ready for review November 20, 2024 15:35
@jamdelion jamdelion requested a review from a team November 20, 2024 15:35
Copy link
Member

@jessicamcinchak jessicamcinchak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!

@jamdelion jamdelion merged commit 9094dbd into main Nov 20, 2024
11 of 12 checks passed
@jamdelion jamdelion deleted the jh/refix-disclaimer branch November 20, 2024 15:45
Copy link

Removed vultr server and associated DNS entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants