mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Merge pull request #14472 from vector-im/t3chguy/clean-up
Remove redundant enum
This commit is contained in:
commit
989c4a3acc
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue