Skip to content

Commit e841c4f

Browse files
committed
lock last-month behind beta (again)
1 parent 0523929 commit e841c4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/CONST/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6393,8 +6393,7 @@ const CONST = {
63936393
get FILTER_DATE_PRESETS() {
63946394
return {
63956395
// 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],
6396+
[this.SYNTAX_FILTER_KEYS.POSTED]: (Config?.ENVIRONMENT ?? 'development') === 'development' ? [this.DATE_PRESETS.LAST_STATEMENT, this.DATE_PRESETS.LAST_MONTH] : [],
63986397
[this.SYNTAX_FILTER_KEYS.EXPORTED]: [this.DATE_PRESETS.NEVER],
63996398
};
64006399
},

0 commit comments

Comments
 (0)