From e5a55d8a9bcdb1be249a0f49fd7c8796151139bf Mon Sep 17 00:00:00 2001 From: Max Ehrlicher-Schmidt Date: Thu, 26 Nov 2020 13:23:20 +0100 Subject: [PATCH] Reset relocking interval --- src/app/components/table/table.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/table/table.component.ts b/src/app/components/table/table.component.ts index 6baceb4..dd65d54 100644 --- a/src/app/components/table/table.component.ts +++ b/src/app/components/table/table.component.ts @@ -66,7 +66,7 @@ export class TableComponent { relockingInterval = null; @Input() - relockingIntervalDuration = 1000 * 10 * 1; // TODO: set back to 60s + relockingIntervalDuration = 1000 * 60 * 1; filter = { includesString: '', onlyUnsaved: false }; initialFilter = this.filter; isLoaded = false;