Pass dashboard via angular directive (#22696)

This commit is contained in:
Tobias Skarhed 2020-03-11 08:31:07 +01:00 committed by GitHub
parent e2a9dcdc32
commit b4666456f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,7 @@ export function registerAngularDirectives() {
react2AngularDirective('saveDashboardButton', SaveDashboardButtonConnected, [
['getDashboard', { watchDepth: 'reference', wrapApply: true }],
['onSaveSuccess', { watchDepth: 'reference', wrapApply: true }],
['dashboard', { watchDepth: 'reference', wrapApply: true }],
]);
react2AngularDirective('saveDashboardAsButton', SaveDashboardAsButtonConnected, [
'variant',