docquantum commented on a change in pull request #60: URL: https://github.com/apache/airavata-django-portal/pull/60#discussion_r624432285
########## File path: django_airavata/static/common/js/entry.js ########## @@ -1,6 +1,7 @@ import Vue from "vue"; import BootstrapVue from "bootstrap-vue"; import GlobalErrorHandler from "./errors/GlobalErrorHandler"; +import AsyncComputed from 'vue-async-computed'; Review comment: Needs to be double quotes` ```suggestion import AsyncComputed from "vue-async-computed"; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org