-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The many many bug fixes on the frontend
Fixed a whole host of bugs on the frontend and made it more robust for putting in front of users.
- Loading branch information
Showing
23 changed files
with
540 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* eslint-disable no-shadow */ | ||
/* eslint-disable no-unused-vars */ | ||
export enum SourceType { | ||
DATAVALUES = 'DataValues', | ||
FOOTNOTES = 'Footnotes', | ||
DIMENSION = 'Dimension', | ||
IGNORE = 'IGNORE', | ||
UNKNOWN = 'UNKNOWN' | ||
UNKNOWN = 'UNKNOWN', | ||
DATAVALUES = 'DATAVALUES', | ||
DIMENSION = 'DIMENSION', | ||
FOOTNOTES = 'FOOTNOTES', | ||
IGNORE = 'IGNORE' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.