Merge pull request #182 from snowball-tools/ericlewis-patch-1

fix: default deployment filter status
This commit is contained in:
Eric Lewis
2024-04-17 17:29:36 -04:00
committed by GitHub
@@ -14,7 +14,7 @@ import { RefreshIcon } from 'components/shared/CustomIcon';
const DEFAULT_FILTER_VALUE: FilterValue = {
searchedBranch: '',
status: '',
status: StatusOptions.ALL_STATUS,
};
const FETCH_DEPLOYMENTS_INTERVAL = 5000;