D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
plugins
/
admin
/
hooks
/
Filename :
useHistory.tsx
back
Copy
import { locationService } from '@grafana/runtime'; export const useHistory = () => { return { push: ({ query }: any) => { locationService.partial(query); }, }; };