Skip to content

Commit fcebaea

Browse files
committed
remove dev lock of posted:last-statement
1 parent 5547bed commit fcebaea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/CONST/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6451,9 +6451,7 @@ const CONST = {
64516451
},
64526452
get FILTER_DATE_PRESETS() {
64536453
return {
6454-
// s77rt remove DEV lock
6455-
[this.SYNTAX_FILTER_KEYS.POSTED]:
6456-
(Config?.ENVIRONMENT ?? 'development') === 'development' ? [this.DATE_PRESETS.LAST_STATEMENT, this.DATE_PRESETS.LAST_MONTH] : [this.DATE_PRESETS.LAST_MONTH],
6454+
[this.SYNTAX_FILTER_KEYS.POSTED]: [this.DATE_PRESETS.LAST_STATEMENT, this.DATE_PRESETS.LAST_MONTH],
64576455
[this.SYNTAX_FILTER_KEYS.EXPORTED]: [this.DATE_PRESETS.NEVER],
64586456
};
64596457
},

0 commit comments

Comments
 (0)