From f40d9e6608b4391279b9c46b296020e2d0002d70 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 21 Dec 2020 08:56:37 -0800 Subject: [PATCH] [ML] Edits saved object synchronization message --- .../saved_objects_warning/saved_objects_warning.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/ml/public/application/components/saved_objects_warning/saved_objects_warning.tsx b/x-pack/plugins/ml/public/application/components/saved_objects_warning/saved_objects_warning.tsx index 7aabc6591ea1be..bfc03fe6119e15 100644 --- a/x-pack/plugins/ml/public/application/components/saved_objects_warning/saved_objects_warning.tsx +++ b/x-pack/plugins/ml/public/application/components/saved_objects_warning/saved_objects_warning.tsx @@ -53,7 +53,7 @@ export const SavedObjectsWarning: FC = ({ jobType }) => { title={ } color="warning" @@ -62,13 +62,13 @@ export const SavedObjectsWarning: FC = ({ jobType }) => {
),