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(cdp): batch exports only in destinations list #26940

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

mariusandra
Copy link
Collaborator

Problem

Batch exports were showing up under "site apps"

Changes

Now they will only show up for destinations.

How did you test this code?

Locally the export I had made disappeared from the list.

@mariusandra mariusandra requested a review from a team December 16, 2024 14:55
actions.loadPlugins()
actions.loadPluginConfigs()
actions.loadBatchExports()
if (props.types.includes('destination')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably should be filtered out as well but if this works thats good enough i guess...

@mariusandra mariusandra enabled auto-merge (squash) December 16, 2024 15:05
Copy link
Contributor

Size Change: 0 B

Total Size: 1.11 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 1.11 MB

compressed-size-action

@mariusandra mariusandra merged commit b131457 into master Dec 17, 2024
97 checks passed
@mariusandra mariusandra deleted the no-site-batch-export branch December 17, 2024 10:23
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