Update src/controllers/list.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
vitorsemeano 2020-11-08 11:13:02 +00:00 committed by GitHub
parent 6dabc840d9
commit 26d00ff235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,7 +347,7 @@ import { appRouter } from '../components/appRouter';
function showViewSettingsMenu() {
const instance = this;
import('../components/viewSettings/viewSettings').then((ViewSettings) => {
import('../components/viewSettings/viewSettings').then(({default: ViewSettings}) => {
new ViewSettings().show({
settingsKey: instance.getSettingsKey(),
settings: instance.getViewSettings(),