Merge remote-tracking branch 'origin/develop' into element

element
J. Ryan Stinnett 2020-07-15 10:35:45 +01:00
commit b720c8a138
1 changed files with 0 additions and 8 deletions

View File

@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig";
import Favicon from "../../favicon";
export const updateCheckStatusEnum = {
CHECKING: 'CHECKING',
ERROR: 'ERROR',
NOTAVAILABLE: 'NOTAVAILABLE',
DOWNLOADING: 'DOWNLOADING',
READY: 'READY',
};
/**
* Vector-specific extensions to the BasePlatform template
*/