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
commit 0d36cc1b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;