diff --git a/grafana/rmf-app/src/components/Root/Root.tsx b/grafana/rmf-app/src/components/Root/Root.tsx index 2af990d..9785a2c 100644 --- a/grafana/rmf-app/src/components/Root/Root.tsx +++ b/grafana/rmf-app/src/components/Root/Root.tsx @@ -509,7 +509,7 @@ export class Root extends PureComponent { - { + { const nameUid = await this.prepareDatasources(result); const dashboard = parsePmImportFileToDashboard(result, nameUid); await this.importDashboard(PM_FOLDER_UID, OperCode.Install, [dashboard]);