chore: use const in palce of useless let
parent
6cc77e575c
commit
6612991ce0
|
@ -749,8 +749,7 @@ export const getDashboardWithTemplatesAsync = (
|
||||||
|
|
||||||
const selections = templateSelectionsFromQueryParams()
|
const selections = templateSelectionsFromQueryParams()
|
||||||
|
|
||||||
let templates
|
const templates = await hydrateTemplates(dashboard.templates, sources, {
|
||||||
templates = await hydrateTemplates(dashboard.templates, sources, {
|
|
||||||
proxyUrl: source.links.proxy,
|
proxyUrl: source.links.proxy,
|
||||||
selections,
|
selections,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue