Disable import button if necessary data is not available
Prevent the user from importing annotations until we have: - A group to import into - A set of existing annotations to match against - Document metadata to use for the new annotations I considered replacing the whole dialog with a `LoadingSpinner` until these conditions are met, like the Export dialog does, but it makes for a less jumpy transition when eg. switching groups if we just disable the button.
Showing
Please register or sign in to comment