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

ImagePreview does not work if fileName is not specified #887

Open
web-devel opened this issue Dec 22, 2021 · 0 comments
Open

ImagePreview does not work if fileName is not specified #887

web-devel opened this issue Dec 22, 2021 · 0 comments

Comments

@web-devel
Copy link
Contributor

Consider the following case

      <ImagePreview isVisible={isVisible}
                    isLoading={isLoading}
                    onClose={() => setIsVisible(false)}
                    objectUrl={imageObjectUrl}
      />

fileName is optional property, we should not display Download button in that case.

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

No branches or pull requests

1 participant