-
Notifications
You must be signed in to change notification settings - Fork 39
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
[MDS-5271] Adding function to view past versions of a file on front end #2576
Conversation
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.
Looks good to me! It's not strictly necessary (especially on biggish PRs like this), but whenever possible, let's try to convert the .js files worked on within a PR to .ts/.tsx and class based components to functional. I think that will be the best path forward to slowly updating everything.
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.
Just one little suggestion, otherwise looks good!
86086b9
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.
Awesome!
Objective
Download file
, andOpen in Document Viewer
matchChildColumnsToParent
prop is used to differentiate between the current structure of document tables and this PR's structure.MDS-5271