parent
802e3964e9
commit
7d9e844068
1 changed files with 3 additions and 5 deletions
|
|
@ -147,11 +147,9 @@ class SchedulePage extends React.Component<SchedulePageProps, SchedulePageState>
|
|||
)}
|
||||
<HorizontalGroup>
|
||||
<HorizontalGroup>
|
||||
{schedule?.type === ScheduleType.Ical && (
|
||||
<Button variant="secondary" onClick={this.handleExportClick()}>
|
||||
Export
|
||||
</Button>
|
||||
)}
|
||||
<Button variant="secondary" onClick={this.handleExportClick()}>
|
||||
Export
|
||||
</Button>
|
||||
|
||||
{(schedule?.type === ScheduleType.Ical || schedule?.type === ScheduleType.Calendar) && (
|
||||
<Button variant="secondary" onClick={this.handleReloadClick(scheduleId)}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue