generated from hotwax/dxp-components
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Uploading a file displays two success toast #267
Labels
Comments
ymaheshwari1
added a commit
to ymaheshwari1/import
that referenced
this issue
Mar 18, 2024
Removed: unused check for file inside the mixin, as the same check is added before calling the mixin method Removed: success and error toast message from the mixin as the toast message are already available on component level, and added them at component level will help in handling the case when unable to access 0th index of content when parsing is not performed properly
1 task
ymaheshwari1
added a commit
to ymaheshwari1/import
that referenced
this issue
Mar 18, 2024
ymaheshwari1
added a commit
that referenced
this issue
Mar 18, 2024
Fixed: duplicate toast message on file upload(#267)
ymaheshwari1
moved this from 🏗 In progress
to 👀 In review
in Digital Experience Platform
Mar 18, 2024
ymaheshwari1
moved this from 👀 In review
to ⏸️ Dev complete
in Digital Experience Platform
Mar 18, 2024
Issue verified and working fine in v2.15.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
When uploading a file on the inventory page, two toast gets displayed on successful upload.
Expected behavior
Only a single toast should be dispalyed
Steps to reproduce the issue
Can you handle fixing this bug by yourself?
Environment details
Additional information
The text was updated successfully, but these errors were encountered: