mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
chore: change QueryComparators.fulfilledTimeStamp label
This commit is contained in:
parent
2db7db8d1b
commit
bad8d499d4
|
@ -14,7 +14,7 @@ export enum QueryComparators {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const sortQueryOptions: SelectOption<QueryComparators>[] = [
|
export const sortQueryOptions: SelectOption<QueryComparators>[] = [
|
||||||
{ label: 'fulfilledTimeStamp', value: QueryComparators.fulfilledTimeStamp },
|
{ label: 'last updated', value: QueryComparators.fulfilledTimeStamp },
|
||||||
{ label: 'query key', value: QueryComparators.queryKey },
|
{ label: 'query key', value: QueryComparators.queryKey },
|
||||||
{ label: 'status', value: QueryComparators.status },
|
{ label: 'status', value: QueryComparators.status },
|
||||||
{ label: 'endpoint', value: QueryComparators.endpointName },
|
{ label: 'endpoint', value: QueryComparators.endpointName },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user