From a274600c5fefbb621d916701ef3efb3b06b9eb75 Mon Sep 17 00:00:00 2001 From: Huy Nguyen <73027756+huyaboo@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:20:33 +0000 Subject: [PATCH] Change to data source feature Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com> --- .../vis_type_timeline/server/lib/fetch_data_source_id.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/vis_type_timeline/server/lib/fetch_data_source_id.ts b/src/plugins/vis_type_timeline/server/lib/fetch_data_source_id.ts index a5e71841e2a7..85de50a62606 100644 --- a/src/plugins/vis_type_timeline/server/lib/fetch_data_source_id.ts +++ b/src/plugins/vis_type_timeline/server/lib/fetch_data_source_id.ts @@ -14,7 +14,7 @@ export const fetchDataSourceIdByName = async ( ) => { if (config.data_source_name) { if (!getDataSourceEnabled().enabled) { - throw new Error('To query from multiple data sources, first enable the data sources feature'); + throw new Error('To query from multiple data sources, first enable the data source feature'); } const dataSources = await client.find({