diff --git a/frontend/src/components/dialogs/SetTtlDialog.vue b/frontend/src/components/dialogs/SetTtlDialog.vue index 876f3e1..1a96902 100644 --- a/frontend/src/components/dialogs/SetTtlDialog.vue +++ b/frontend/src/components/dialogs/SetTtlDialog.vue @@ -29,11 +29,7 @@ watch( ttlForm.db = tab.db ttlForm.key = tab.key ttlForm.keyCode = tab.keyCode - if (tab.ttl < 0) { - // forever - } else { - ttlForm.ttl = tab.ttl - } + ttlForm.ttl = tab.ttl } } },