Skip to content

Commit

Permalink
revert changes that are causing the Unable to load banner to appear t…
Browse files Browse the repository at this point in the history
…o quick (#20712)
  • Loading branch information
zurbergram authored Feb 5, 2024
1 parent b8d428c commit 1d3900e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions client/app/components/LoadingDataDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import PropTypes from 'prop-types';
import LoadingScreen from './LoadingScreen';
import StatusMessage from './StatusMessage';
import COPY from '../../COPY';
import ACD_LEVERS from '../../constants/ACD_LEVERS';
import { recordAsyncMetrics } from '../util/Metrics';

const PROMISE_RESULTS = {
SUCCESS: ACD_LEVERS.SUCCESS,
FAILURE: ACD_LEVERS.FAILURE
SUCCESS: 'SUCCESS',
FAILURE: 'FAILURE'
};

const accessDeniedTitle = { title: COPY.ACCESS_DENIED_TITLE };
Expand Down
2 changes: 0 additions & 2 deletions client/constants/ACD_LEVERS.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"value": "value",
"days": "days",
"cases": "cases",
"SUCCESS": "SUCCESS",
"FAIL": "FAIL",
"DUPLICATE": "DUPLICATE",
"ERROR": "ERROR",
"data_types": {
Expand Down

0 comments on commit 1d3900e

Please sign in to comment.