Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

template name #6

Merged
merged 2 commits into from
Aug 17, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dashboard-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ module CustomExtensions {
}
private _getCustomTemplate() {
return {
name: "dx-dashboard-working-mode-extension",
name: "dashboard-custom-panel-extension",
data: {
panelWidth: this._actualPanelWidth,
allowSwitchToDesigner: this.allowSwitchToDesigner,
Expand Down