From b2ea5a60563bead4f8aa5ad84e75fb9d6120b07c Mon Sep 17 00:00:00 2001 From: j Date: Fri, 4 Aug 2023 18:05:48 +0200 Subject: [PATCH] allow multiple locations --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index cf1037d..aa7124a 100644 --- a/config.jsonc +++ b/config.jsonc @@ -439,7 +439,7 @@ { "id": "location", "title": "Location", - "type": "string", + "type": ["string"], "autocomplete": true, "columnWidth": 180, "filter": true,