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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃獰 馃悰 Fix list connections call #22154

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

josephkmh
Copy link
Contributor

What

Fixes a bug where after running a manual sync, the first request to update the connection list was sending an incorrect payload.

@octavia-squidington-iv octavia-squidington-iv added the area/frontend Related to the Airbyte webapp label Jan 31, 2023
@@ -84,7 +85,7 @@ export const useSyncConnection = () => {
const queryClient = useQueryClient();
const analyticsService = useAnalyticsService();
const notificationService = useNotificationService();
const workspaceId = useCurrentWorkspace();
const workspaceId = useCurrentWorkspaceId();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was the main mistake - we should be using only the workspace ID here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants