mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 20:35:23 +03:00
Update src/js/main.js
Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
5a74094df1
commit
852c88db65
1 changed files with 1 additions and 3 deletions
|
@ -403,9 +403,7 @@ function startProcess() {
|
|||
);
|
||||
break;
|
||||
case 'configuration':
|
||||
import(
|
||||
"./tabs/configuration"
|
||||
).then(({ configuration }) =>
|
||||
import("./tabs/configuration").then(({ configuration }) =>
|
||||
configuration.initialize(content_ready),
|
||||
);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue