forked from matrix/element-web
Merge pull request #14472 from vector-im/t3chguy/clean-up
Remove redundant enum
This commit is contained in:
commit
989c4a3acc
|
@ -23,14 +23,6 @@ import {getVectorConfig} from "../getconfig";
|
||||||
|
|
||||||
import Favicon from "../../favicon";
|
import Favicon from "../../favicon";
|
||||||
|
|
||||||
export const updateCheckStatusEnum = {
|
|
||||||
CHECKING: 'CHECKING',
|
|
||||||
ERROR: 'ERROR',
|
|
||||||
NOTAVAILABLE: 'NOTAVAILABLE',
|
|
||||||
DOWNLOADING: 'DOWNLOADING',
|
|
||||||
READY: 'READY',
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Vector-specific extensions to the BasePlatform template
|
* Vector-specific extensions to the BasePlatform template
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue