fix multiple import defaults missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
366fa21408
commit
2a3ade9bb9
10 changed files with 22 additions and 23 deletions
|
@ -182,7 +182,7 @@ function onManageSeriesRecordingClick(e) {
|
|||
|
||||
const self = this;
|
||||
|
||||
import('./seriesrecordingeditor').then((seriesRecordingEditor) => {
|
||||
import('./seriesrecordingeditor').then(({default: seriesRecordingEditor}) => {
|
||||
seriesRecordingEditor.show(self.SeriesTimerId, options.serverId, {
|
||||
|
||||
enableCancel: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue