Fix design dropdown current version
Issue was that, previously, the version id (obtained from the query param) was being compared to allVersions.length, when instead it should be currentVersionNumber. A few methods were also converted to computed values for better performance, and a few items were renamed for improved readability
Showing
Please register or sign in to comment