Commit 864c4691 by Torkel Ödegaard

fix: minor fix to changing type

parent fd81f895
......@@ -246,7 +246,6 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
registerPluginComponent(scope, elem, attrs, componentInfo);
})
.catch(err => {
$rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]);
console.log('Plugin component error', err);
});
},
......
......@@ -4,7 +4,7 @@
height: 100%;
&.tabbed-view--new {
padding: 10px 0 0 0;
padding: 25px 0 0 0;
height: 100%;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment