You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2022/08/29 15:55:53 UTC

[airavata-custos-portal] branch master updated: Fix imports

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bd612d  Fix imports
     new 36a7ed0  Merge pull request #150 from dinukadesilva/master
1bd612d is described below

commit 1bd612da1eb692615fe03418bcf8d395e2d70299
Author: Dinuka De Silva <l....@gmail.com>
AuthorDate: Mon Aug 29 11:54:17 2022 -0400

    Fix imports
---
 src/lib/service/custos-service/custos-service-tenants.js | 2 +-
 src/lib/store/modules/tenant.store.js                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/service/custos-service/custos-service-tenants.js b/src/lib/service/custos-service/custos-service-tenants.js
index b12afa8..1919334 100644
--- a/src/lib/service/custos-service/custos-service-tenants.js
+++ b/src/lib/service/custos-service/custos-service-tenants.js
@@ -1,5 +1,5 @@
 import CustosService from "./index";
-import config from "@/config";
+import config from "../../../config";
 
 export default class CustosTenants {
     /**
diff --git a/src/lib/store/modules/tenant.store.js b/src/lib/store/modules/tenant.store.js
index 5f21694..52d285b 100644
--- a/src/lib/store/modules/tenant.store.js
+++ b/src/lib/store/modules/tenant.store.js
@@ -1,5 +1,5 @@
 import {custosService} from "../util/custos.util";
-import config from "@/config";
+import config from "../../../config";
 
 const getDefaultState = () => {
     return {