From c98619adaca6f79f611c4e900bc1bb442c73fa38 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 28 Feb 2019 20:49:09 -0800 Subject: [PATCH] fix: fix closing of account options dialog (#1060) * fix: fix closing of account options dialog fixes #1049 * fix lint --- .../dialog/components/AccountProfileOptionsDialog.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/_components/dialog/components/AccountProfileOptionsDialog.html b/src/routes/_components/dialog/components/AccountProfileOptionsDialog.html index 7774936..b7ce5cd 100644 --- a/src/routes/_components/dialog/components/AccountProfileOptionsDialog.html +++ b/src/routes/_components/dialog/components/AccountProfileOptionsDialog.html @@ -10,7 +10,6 @@ import ModalDialog from './ModalDialog.html' import { store } from '../../../_store/store' import GenericDialogList from './GenericDialogList.html' -import { createDialogId } from '../helpers/createDialogId' import { show } from '../helpers/showDialog' import { close } from '../helpers/closeDialog' import { oncreate } from '../helpers/onCreateDialog' @@ -26,9 +25,6 @@ import { reportStatusOrAccount } from '../../../_actions/report' export default { oncreate, store: () => store, - data: () => ({ - id: createDialogId() - }), computed: { // // begin copypasta (StatusOptionsDialog.html / AccountProfileOptionsDialog.html)