fix: Fix error of cinder endpoint
Fix the rootStore path to solve the problem of incorrect cinder endpoint Change-Id: I4a3b24959f74bfdaa8746d507b05dc3dffeeef4b
This commit is contained in:
parent
adabf42783
commit
e0b40e0c4c
@ -17,7 +17,7 @@ import { getGBValue } from 'utils/index';
|
|||||||
import { get, isNil, isEmpty } from 'lodash';
|
import { get, isNil, isEmpty } from 'lodash';
|
||||||
import client from 'client';
|
import client from 'client';
|
||||||
import Base from 'stores/base';
|
import Base from 'stores/base';
|
||||||
import globalRootStore from '../root';
|
import globalRootStore from 'stores/root';
|
||||||
|
|
||||||
export class ProjectStore extends Base {
|
export class ProjectStore extends Base {
|
||||||
@observable
|
@observable
|
||||||
|
Loading…
Reference in New Issue
Block a user