From 9ad4c476b9c1d65776638a3da6bb7c59c7d6766c Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 5 Jun 2020 10:27:15 +0530 Subject: [PATCH] app: use ConfigProvider than LocaleProvider Fixes console warning that suggests to use ConfigProvider instead of LocaleProvider Signed-off-by: Rohit Yadav --- ui/src/App.vue | 4 ++-- ui/src/core/lazy_lib/components_use.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 225a9c0ed42..f21947b868e 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -16,11 +16,11 @@ // under the License.