mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 04:35:58 +08:00
adds spacing
This commit is contained in:
parent
05f40224b9
commit
fa7e3f3d95
@ -41,6 +41,7 @@ const _DateTimeSelector = (props: DateTimeSelectorProps) => {
|
|||||||
const [refreshButtonClick, setRefreshButtoClick] = useState(0);
|
const [refreshButtonClick, setRefreshButtoClick] = useState(0);
|
||||||
const [form_dtselector] = Form.useForm();
|
const [form_dtselector] = Form.useForm();
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
|
||||||
const updateTimeOnQueryParamChange = () => {
|
const updateTimeOnQueryParamChange = () => {
|
||||||
const timeDurationInLocalStorage = localStorage.getItem(
|
const timeDurationInLocalStorage = localStorage.getItem(
|
||||||
LOCAL_STORAGE.METRICS_TIME_IN_DURATION,
|
LOCAL_STORAGE.METRICS_TIME_IN_DURATION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user