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: Conditions for settings visibility #2717

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

DafyddLlyr
Copy link
Contributor

Logical bug in the conditions to hide / show the menu settings introduced here - https://github.com/theopensystemslab/planx-new/pull/2693/files

Identified by @augustlindemer here - https://opensystemslab.slack.com/archives/C5Q59R3HB/p1706632533938589 (OSL Slack)

@DafyddLlyr DafyddLlyr requested a review from a team January 30, 2024 17:09
@@ -416,13 +416,13 @@ const EditorToolbar: React.FC<{
};

const isFlowSettingsVisible =
route.data.flow && !route.data.flow && canUserEditTeam(team.slug);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦‍♂️

Copy link

github-actions bot commented Jan 30, 2024

Removed vultr server and associated DNS entries

@DafyddLlyr DafyddLlyr merged commit a5deb4e into main Jan 30, 2024
12 checks passed
@DafyddLlyr DafyddLlyr deleted the dp/flow-settings-menu branch January 30, 2024 17:34
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