This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
[BUG] SAVE doesn't work after reordering Repos #10364
Open
Description
Has this bug been raised before?
- I have checked "open" AND "closed" issues and this is not a duplicate
Where did you find this bug?
production
Version of BioDrop (for example "v1.2.3")
2.100.2
Description
After reordering the repos the save button doesn't work . I checked the console and network tab and considering this is a production version the PATCH
request being sent to http://localhost:3000/api/account/manage/repos
isn't probably the cause.
Steps to Reproduce
If you know the steps, follow the below format and provide steps to reproduce
For example:
- Go to repos page in 'edit mode'.
- Click the REORDER button
- Reorder the repos
- Then click the SAVE button (It doesn't work)
Screenshots
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response