fixed multiple default imports missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
b2fb40e23b
commit
2243b35311
8 changed files with 8 additions and 8 deletions
|
@ -164,7 +164,7 @@ function onManageRecordingClick(e) {
|
|||
}
|
||||
|
||||
const self = this;
|
||||
import('./recordingeditor').then((recordingEditor) => {
|
||||
import('./recordingeditor').then(({default: recordingEditor}) => {
|
||||
recordingEditor.show(self.TimerId, options.serverId, {
|
||||
enableCancel: false
|
||||
}).then(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue