Skip to content

Commit

Permalink
dinamyc import sortlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 1, 2020
1 parent 983948f commit 8ce3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui-sidenav/client/sidebarHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const toolbarButtons = (/* user */) => [{
},
offsetVertical: e.currentTarget.clientHeight + 10,
};
const { SortList } = require('./SortList');
const { SortList } = await import('./SortList');
await createTemplateForComponent(SortList);
popover.open(config);
},
Expand Down

0 comments on commit 8ce3921

Please sign in to comment.