fix(): clicking on items in graphites add function menu did not work, now works again, broken in recent panel refactorings
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
require([
|
||||
], function () {
|
||||
|
||||
function Dashboard() {
|
||||
|
||||
this.getInputs = function() {
|
||||
|
||||
};
|
||||
|
||||
this.buildDashboard = function() {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
return Dashboard;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user