Commit 70cbe985 authored by Tom Quirk's avatar Tom Quirk

Address reviewer comments

- remove unneeded comments
parent fa297999
......@@ -201,12 +201,9 @@ export default {
// reset state
this.resetFilesToBeSaved();
// track design
this.trackUploadDesign(res);
},
trackUploadDesign(res) {
// NOTE: in the future, we can add "skipped" design tracking here
res.data.designManagementUpload.designs.forEach(design => {
if (design.event === 'CREATION') {
trackDesignCreate();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment