From 13b2e39065d8c59d6a1da019b92b2609a54a1184 Mon Sep 17 00:00:00 2001 From: Zzm0809 Date: Mon, 18 Dec 2023 15:44:19 +0000 Subject: [PATCH] Spotless Apply --- .../Cluster/Instance/components/InstanceList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dinky-web/src/pages/RegCenter/Cluster/Instance/components/InstanceList/index.tsx b/dinky-web/src/pages/RegCenter/Cluster/Instance/components/InstanceList/index.tsx index 20063c7960..722e5d24b0 100644 --- a/dinky-web/src/pages/RegCenter/Cluster/Instance/components/InstanceList/index.tsx +++ b/dinky-web/src/pages/RegCenter/Cluster/Instance/components/InstanceList/index.tsx @@ -71,7 +71,7 @@ export default () => { const [searchKeyWord, setSearchKeyword] = useState(''); const actionRef = useRef(); - const { data, loading,refresh } = useHookRequest(getData, { + const { data, loading, refresh } = useHookRequest(getData, { refreshDeps: [searchKeyWord, isAutoCreate], defaultParams: [ API_CONSTANTS.CLUSTER_INSTANCE_LIST,