From fcbd18dabb39f4f8a05e4d486ea1c7c6538397c4 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 25 Sep 2024 18:27:27 +0200 Subject: [PATCH] Remove Query page alert close buttons that don't do anything Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/pages/query/QueryPage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/ui/mantine-ui/src/pages/query/QueryPage.tsx b/web/ui/mantine-ui/src/pages/query/QueryPage.tsx index 3baa77dfd..71c969daf 100644 --- a/web/ui/mantine-ui/src/pages/query/QueryPage.tsx +++ b/web/ui/mantine-ui/src/pages/query/QueryPage.tsx @@ -84,7 +84,6 @@ export default function QueryPage() { icon={} color="red" title="Error fetching metrics list" - withCloseButton > Unable to fetch list of metric names: {metricNamesError.message} @@ -95,7 +94,6 @@ export default function QueryPage() { icon={} color="red" title="Error fetching server time" - withCloseButton > {timeError.message}