Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-clusterinstancelist-bug' int…
Browse files Browse the repository at this point in the history
…o fix-clusterinstancelist-bug
  • Loading branch information
Zzm0809 committed Dec 18, 2023
2 parents 21d6469 + 13b2e39 commit d330d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default () => {
const [isAutoCreate, setIsAutoCreate] = useState<boolean>(false);
const [searchKeyWord, setSearchKeyword] = useState<string>('');

const { data, loading,refresh } = useHookRequest(getData, {
const { data, loading, refresh } = useHookRequest(getData, {
refreshDeps: [searchKeyWord, isAutoCreate],
defaultParams: [
API_CONSTANTS.CLUSTER_INSTANCE_LIST,
Expand Down

0 comments on commit d330d20

Please sign in to comment.