Skip to content

Commit 6e81176

Browse files
committed
fix: fix build
1 parent f5a0280 commit 6e81176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/js/__internal/scheduler/workspaces

packages/devextreme/js/__internal/scheduler/workspaces/m_agenda.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class SchedulerAgenda extends WorkSpace {
200200

201201
private renderNoData(): void {
202202
this.$noDataContainer = $('<div>').addClass(NODATA_CONTAINER_CLASS)
203-
.html(this.option('noDataText') as string);
203+
.html(this.option('noDataText'));
204204

205205
this.$dateTableScrollable.$content().append(this.$noDataContainer);
206206
}

0 commit comments

Comments
 (0)