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

Possible fix for action/event dropdown #2117

Merged
merged 2 commits into from
Oct 29, 2020
Merged

Possible fix for action/event dropdown #2117

merged 2 commits into from
Oct 29, 2020

Conversation

EDsCODE
Copy link
Member

@EDsCODE EDsCODE commented Oct 29, 2020

Changes

Please describe.
If this affects the front-end, include screenshots.

Checklist

  • All querysets/queries filter by Organization, Team, and User (if this PR affects ANY querysets/queries).
  • Django backend tests (if this PR affects the backend).
  • Cypress end-to-end tests (if this PR affects the frontend).

@@ -89,7 +89,7 @@ export function ActionPanelContainer({ entityType, panelIndex, options, logic })
}

const message = () => {
if (entityType === EntityTypes.ACTIONS && !filters[EntityTypes.ACTIONS]?.length) {
if (entityType === EntityTypes.ACTIONS && !options.length) {
Copy link
Member Author

Choose a reason for hiding this comment

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

the prompt was conditional on the wrong values

@timgl timgl temporarily deployed to posthog-1909-1eg6le50msuytzizm October 29, 2020 17:34 Inactive
@EDsCODE EDsCODE merged commit 9be566d into master Oct 29, 2020
@EDsCODE EDsCODE deleted the 1909 branch October 29, 2020 17:40
@EDsCODE EDsCODE linked an issue Oct 29, 2020 that may be closed by this pull request
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.

Actions aren't appearing when you try to view them in dropdown
2 participants