From 011319ee9572de2552de97ed71f477dcb98b2aac Mon Sep 17 00:00:00 2001 From: Kashif Faraz Date: Mon, 4 Dec 2023 19:42:11 +0530 Subject: [PATCH] Fix web checks --- web-console/src/dialogs/history-dialog/history-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-console/src/dialogs/history-dialog/history-dialog.tsx b/web-console/src/dialogs/history-dialog/history-dialog.tsx index 66656c7d948f..6b7f219e6471 100644 --- a/web-console/src/dialogs/history-dialog/history-dialog.tsx +++ b/web-console/src/dialogs/history-dialog/history-dialog.tsx @@ -60,7 +60,7 @@ export const HistoryDialog = React.memo(function HistoryDialog(props: HistoryDia let content: JSX.Element; if (historyRecords.length === 0) { - content =
No history records available. Try setting 'druid.audit.destiation=sql' to record config changes in metadata store.
; + content =
No history records available. Try setting 'druid.audit.destiation=sql' to record config changes in metadata store.
; } else { content = (