diff --git a/app/containers/Network/containers/AccessPoints/index.js b/app/containers/Network/containers/AccessPoints/index.js index d1661b1..f4df457 100644 --- a/app/containers/Network/containers/AccessPoints/index.js +++ b/app/containers/Network/containers/AccessPoints/index.js @@ -109,7 +109,7 @@ const AccessPoints = ({ checkedLocations }) => { } ); - const reloadTable = () => { + const handleOnRefresh = () => { refetch() .then(() => { notification.success({ @@ -158,7 +158,7 @@ const AccessPoints = ({ checkedLocations }) => { return ( { }); }; - const reloadTable = () => { + const handleOnRefresh = () => { refetch() .then(() => { notification.success({ @@ -85,10 +85,10 @@ const ClientDevices = ({ checkedLocations }) => { return (