From 9e1eee8af32e33098ff92f1a02874d6f6484bd05 Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Fri, 30 Jun 2023 16:19:03 +0800 Subject: [PATCH] fix: sync when sync switch is checked --- datacenter/app/datastores/documents/page.tsx | 7 +- datacenter/app/datastores/page.tsx | 79 +++++++++++--------- 2 files changed, 48 insertions(+), 38 deletions(-) diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx index 584e80daa..41b1da7e3 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -467,7 +467,9 @@ const Documents = () => { variant="outlined" sx={{ marginRight: '20px' }} onClick={() => setActiveStep(0)} - >{'< Back'} + > + {'< Back'} + + > + {'< Back'} +