From 8bdc198739e59e03f7f60e35d84ab8bb3183af3e Mon Sep 17 00:00:00 2001 From: Agriya Dev5 Date: Wed, 6 Jan 2021 20:04:32 +0530 Subject: [PATCH] #issue-fix lint issue fixed --- src/editor/dialogs/SePlainAlertDialog.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/editor/dialogs/SePlainAlertDialog.js b/src/editor/dialogs/SePlainAlertDialog.js index 6deb1261..dbc9b393 100644 --- a/src/editor/dialogs/SePlainAlertDialog.js +++ b/src/editor/dialogs/SePlainAlertDialog.js @@ -1,16 +1,10 @@ /* eslint-disable node/no-unpublished-import */ import PlainAlertDialog from 'elix/src/plain/PlainAlertDialog.js'; -// import AlertDialog from 'elix/define/AlertDialog.js'; -import {defaultState, template} from 'elix/src/base/internal.js'; +import {template} from 'elix/src/base/internal.js'; import {fragmentFrom} from 'elix/src/core/htmlLiterals.js'; -import PlainBorderButton from 'elix/define/BorderButton.js'; /** - * AlertDialog component in the Plain reference design system - * - * @inherits AlertDialog - * @mixes PlainModalOverlayMixin - * @part {PlainBorderButton} choice-button + * @class SePlainAlertDialog */ export default class SePlainAlertDialog extends PlainAlertDialog { /** @@ -31,8 +25,6 @@ export default class SePlainAlertDialog extends PlainAlertDialog { `); } - console.log(result.content); - result.content.append( fragmentFrom.html`