We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8540a98 + e841c4f commit b0bad39Copy full SHA for b0bad39
1 file changed
src/CONST/index.ts
@@ -6393,8 +6393,7 @@ const CONST = {
6393
get FILTER_DATE_PRESETS() {
6394
return {
6395
// s77rt remove DEV lock
6396
- [this.SYNTAX_FILTER_KEYS.POSTED]:
6397
- (Config?.ENVIRONMENT ?? 'development') === 'development' ? [this.DATE_PRESETS.LAST_STATEMENT, this.DATE_PRESETS.LAST_MONTH] : [this.DATE_PRESETS.LAST_MONTH],
+ [this.SYNTAX_FILTER_KEYS.POSTED]: (Config?.ENVIRONMENT ?? 'development') === 'development' ? [this.DATE_PRESETS.LAST_STATEMENT, this.DATE_PRESETS.LAST_MONTH] : [],
6398
[this.SYNTAX_FILTER_KEYS.EXPORTED]: [this.DATE_PRESETS.NEVER],
6399
};
6400
},
0 commit comments