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

Allow users to start auto-annotation again if the previous request fails #8587

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. Allow users to start auto-annotation again if the previous request fails

    Currently, if an auto-annotation request fails, the UI doesn't re-enable
    the "Automatic annotation" menu item. This seems like a mistake, since
    at that point there's no reason why a new request could not be started -
    in fact, it's possible to do if you just refresh the page.
    
    Fix this by only disabling the menu item if the current AR is still in
    progress.
    SpecLad committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    69d5c4a View commit details
    Browse the repository at this point in the history