mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 02:42:09 +08:00
add tests
This commit is contained in:
@ -26,7 +26,7 @@ interface State extends Target {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
const DefaultTarget: State = {
|
||||
export const DefaultTarget: State = {
|
||||
defaultProject: 'loading project...',
|
||||
metricType: '',
|
||||
metricKind: '',
|
||||
|
Reference in New Issue
Block a user