update comments and name for clarity (#15504)

This commit is contained in:
Kim Santiago
2021-05-19 11:03:53 -07:00
committed by GitHub
parent b3d3906f76
commit 6b189be781
5 changed files with 6 additions and 6 deletions

View File

@@ -85,9 +85,9 @@ export class SqlDatabaseProjectProvider implements dataworkspace.IProjectProvide
}
/**
* Gets the supported project types
* Gets the project actions to be placed on the dashboard toolbar
*/
get projectActions(): (dataworkspace.IProjectAction | dataworkspace.IProjectActionGroup)[] {
get projectToolbarActions(): (dataworkspace.IProjectAction | dataworkspace.IProjectActionGroup)[] {
const addItemAction: dataworkspace.IProjectAction = {
id: constants.addItemAction,
icon: IconPathHelper.add,