Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: repeated label removed from file on change click bug (#2443)
- When the modal was rendered it was incorrectly updating the fileList as the previousTags variable was undefined. - The update function for each SelectMultiple would set the file it controlled as the only file with that label - Set the previousTags to the last state or the initialTags on first render - Updates are checked but an update isn't applied as the previousTags = intialTags
- Loading branch information