From db6cfba9c7df06ee391546595ccb019c14ede293 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 25 Nov 2020 15:13:03 -0500 Subject: [PATCH] Remove unneeded async --- src/components/dialog/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/dialog.js b/src/components/dialog/dialog.js index f1475be97..5d32abc59 100644 --- a/src/components/dialog/dialog.js +++ b/src/components/dialog/dialog.js @@ -118,7 +118,7 @@ import template from './dialog.template.html'; }); } - export async function show(text, title) { + export function show(text, title) { let options; if (typeof text === 'string') { options = {