diff options
-rw-r--r-- | app/assets/javascripts/monitoring/components/dashboard.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/javascripts/monitoring/components/dashboard.vue b/app/assets/javascripts/monitoring/components/dashboard.vue index a55a47c277d..42fc2aafbc4 100644 --- a/app/assets/javascripts/monitoring/components/dashboard.vue +++ b/app/assets/javascripts/monitoring/components/dashboard.vue @@ -117,11 +117,13 @@ export default { }, customMetricsPath: { type: String, - required: true, + required: false, + default: '', }, validateQueryPath: { type: String, - required: true, + required: false, + default: '', }, }, data() { |