mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: correct frontend retrieval of trash delay setting (#7067)
This commit is contained in:
parent
9d34327a6d
commit
6ed5d11758
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export const SETTINGS_KEYS = {
|
||||||
'general-settings:document-editing:remove-inbox-tags',
|
'general-settings:document-editing:remove-inbox-tags',
|
||||||
SEARCH_DB_ONLY: 'general-settings:search:db-only',
|
SEARCH_DB_ONLY: 'general-settings:search:db-only',
|
||||||
SEARCH_FULL_TYPE: 'general-settings:search:more-link',
|
SEARCH_FULL_TYPE: 'general-settings:search:more-link',
|
||||||
EMPTY_TRASH_DELAY: 'general-settings:trash:empty-trash-delay',
|
EMPTY_TRASH_DELAY: 'trash_delay',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const SETTINGS: UiSetting[] = [
|
export const SETTINGS: UiSetting[] = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue