adds spacing

This commit is contained in:
dhrubesh-makeen 2021-04-24 04:00:05 +05:30
parent 05f40224b9
commit fa7e3f3d95

View File

@ -41,6 +41,7 @@ const _DateTimeSelector = (props: DateTimeSelectorProps) => {
const [refreshButtonClick, setRefreshButtoClick] = useState(0);
const [form_dtselector] = Form.useForm();
const location = useLocation();
const updateTimeOnQueryParamChange = () => {
const timeDurationInLocalStorage = localStorage.getItem(
LOCAL_STORAGE.METRICS_TIME_IN_DURATION,