From 49f34dff88ebb1fea99cf4b6c60759db5df9c8f9 Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Wed, 20 Dec 2023 16:37:36 -0800 Subject: [PATCH] Turns text annotator off again in the UI (#518) Just reverts tabs.json back to it's last state --- frontend/src/pages/explore/tabs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/explore/tabs.json b/frontend/src/pages/explore/tabs.json index 209d0c5c5..54802a81f 100644 --- a/frontend/src/pages/explore/tabs.json +++ b/frontend/src/pages/explore/tabs.json @@ -9,7 +9,8 @@ "id": "text-annotator", "text": "Text Annotator", "icon": "subscript", - "tooltip": "Annotate text with concepts from our knowledge graph" + "tooltip": "Coming soon!", + "disabled": true }, { "id": "phenotype-explorer",