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 Import #2155

Closed
wants to merge 1 commit into from
Closed

Fix Import #2155

wants to merge 1 commit into from

Conversation

17Amir17
Copy link
Collaborator

Currently when importing a loader is show which closes the modal
The loader is show because the sync is paused which causes isSyncSettled to return false.
In this pr I hide the loader if sync is paused - I think this is ok sync we only pause sync when importing and we can only import after the initial page loaded.

Im just wondering if we'd rather keep the page always shown after the first time isReadyToLoadPage is true

@rrrliu
Copy link
Collaborator

rrrliu commented Nov 12, 2024

thanks! but should be fixed after #2168, which gets at the root of the issue

@rrrliu rrrliu closed this Nov 12, 2024
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