-
Notifications
You must be signed in to change notification settings - Fork 3
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
TD-2730 Same file can be uploaded multiple times in ROAD #1040
base: release/v11.1.1
Are you sure you want to change the base?
TD-2730 Same file can be uploaded multiple times in ROAD #1040
Conversation
Looks good. @karthikraj29 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optimise logic & keep variable names clear & meaningful for better readability.
@karthikraj29 The PR should be pointing to a release branch instead of main, please check with @mattcorner for the next release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes/Contributes TD-2730
Changes
Dependencies
NA
UI/UX
tagging UI/UX @Sowbhagya-ipg
BEFORE :
![image](https://private-user-images.githubusercontent.com/191103675/410456540-39fc4cde-bdb0-43f9-8010-92bf10400fb0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzY2OTgsIm5iZiI6MTczOTQ3NjM5OCwicGF0aCI6Ii8xOTExMDM2NzUvNDEwNDU2NTQwLTM5ZmM0Y2RlLWJkYjAtNDNmOS04MDEwLTkyYmYxMDQwMGZiMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxOTUzMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMmJmMGNmZGNkYWUwZjFhOWE5OGEzNzAzZjRhMjU5Njk5NjI4ODM2OTU3ZjlkYTM4MzlmZDllZDA0ODBmZjVkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.1nCKxQImbCjp2-Bebn2gnk0Lv6cyCFfRVXp48UI0ZcQ)
AFTER :
![image](https://private-user-images.githubusercontent.com/191103675/410456657-81e58463-14d9-4655-b58e-18c5cb0fd969.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzY2OTgsIm5iZiI6MTczOTQ3NjM5OCwicGF0aCI6Ii8xOTExMDM2NzUvNDEwNDU2NjU3LTgxZTU4NDYzLTE0ZDktNDY1NS1iNThlLTE4YzVjYjBmZDk2OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxOTUzMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NDc0MDI3ODE5Y2JlZDBiYWUzNGEzMjUzM2M4Yjc2ZDMzZjAyNTNiZDZhMGZlYjQ3NjJkNTEwNjYyYWE5MGExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jNdK5ToNwzJv7d0T7Gw-v5rNZ1FKnu-200UquoEuH_g)
Testing notes
pnpm install
. Runpnpm storybook
.File Uploader
->with multiple files selected
.Expected Result :
You should see an error message in the drop-box.
Author checklist
Before I request a review:
I have tested the changes in Docker / a deploy-preview.I have populated the deploy-preview with relevant test data.