Skip to content

Commit a8d5bcc

Browse files
Update app.component.ts
1 parent badf4a5 commit a8d5bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { hospitalData, waitingList } from './data';
1010
<h1>Drag a record from <span style="color:red">Grid</span> and drop it into <span style="color:red">Scheduler</span></h1>
1111
<div style="float:left">
1212
<h2>Scheduler</h2>
13-
<ejs-schedule id='Schedule' #scheduleObj cssClass='schedule-drag-drop' width='800px' height='650px'
13+
<ejs-schedule id='Schedule' #scheduleObj width='800px' height='650px'
1414
[currentView]="currentView"
1515
[selectedDate]="selectedDate"
1616
[eventSettings]="eventSettings">

0 commit comments

Comments
 (0)