Problems: fix empty query editor, #988

This commit is contained in:
Alexander Zobnin
2020-11-17 18:23:38 +03:00
parent 6b1067a05a
commit 0de6403be4
2 changed files with 13 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ const DEFAULT_TIME_FORMAT = "DD MMM YYYY HH:mm:ss";
export const PANEL_DEFAULTS = {
schemaVersion: CURRENT_SCHEMA_VERSION,
targets: [{}],
// Fields
hostField: true,
hostTechNameField: false,