Custom Dashboards - Agent Driven Dashboards
This commit is contained in:
@@ -63,6 +63,7 @@ export function createQvacView(opts) {
|
||||
onOpenChart: opts.onOpenChart,
|
||||
onOpenView: opts.onOpenView,
|
||||
charts: opts.charts,
|
||||
dashboards: opts.dashboards,
|
||||
confirmAction: (msg) => {
|
||||
try {
|
||||
return typeof confirm === 'function' ? confirm(msg) : true
|
||||
|
||||
Reference in New Issue
Block a user