diff --git a/app/src/components/v-drawer/v-drawer.vue b/app/src/components/v-drawer/v-drawer.vue index f2068a767f..8aa2ac2bcf 100644 --- a/app/src/components/v-drawer/v-drawer.vue +++ b/app/src/components/v-drawer/v-drawer.vue @@ -19,9 +19,11 @@
+ +
diff --git a/app/src/lang/translations/en-US.yaml b/app/src/lang/translations/en-US.yaml index 1828791a02..d5a44c721a 100644 --- a/app/src/lang/translations/en-US.yaml +++ b/app/src/lang/translations/en-US.yaml @@ -549,6 +549,7 @@ label: Label insights: Insights dashboard: Dashboard panel: Panel +panel_options: Panel Options panel_header: Panel Header panel_name_placeholder: Name this panel... panel_note_placeholder: Optional details about this panel... diff --git a/app/src/modules/insights/routes/panel-configuration.vue b/app/src/modules/insights/routes/panel-configuration.vue index d48ef26503..2759fdac03 100644 --- a/app/src/modules/insights/routes/panel-configuration.vue +++ b/app/src/modules/insights/routes/panel-configuration.vue @@ -2,6 +2,7 @@