chore: enable no load by default (#5968)

* enable no load by default

* remove help section brackets

* fallback to server with mentions
This commit is contained in:
rahulramesha 2024-11-29 14:55:39 +05:30 committed by GitHub
parent 712339a638
commit 4251b114c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 25 deletions

View file

@ -31,7 +31,4 @@ export const filterActivityOnSelectedFilters = (
): TIssueActivityComment[] =>
activity.filter((activity) => filter.includes(activity.activity_type as TActivityFilters));
// boolean to decide if the local db cache is enabled
export const ENABLE_LOCAL_DB_CACHE = false;
export const ENABLE_ISSUE_DEPENDENCIES = false;