We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0523929 commit e841c4fCopy full SHA for e841c4f
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