Remove unneeded async

This commit is contained in:
Bill Thornton 2020-11-25 14:28:41 -05:00
parent 12eb66210b
commit 001559ee95

View File

@ -90,7 +90,7 @@ import template from './imageOptionsEditor.template.html';
});
}
async function showEditor(itemType, options, availableOptions) {
function showEditor(itemType, options, availableOptions) {
const dlg = dialogHelper.createDialog({
size: 'small',
removeOnClose: true,