fix: default deployment filter status

This commit is contained in:
Eric Lewis 2024-04-17 17:11:43 -04:00 committed by GitHub
parent 72f1abcdf6
commit 1ed4ee979c
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;