fix: fix closing of account options dialog (#1060)

* fix: fix closing of account options dialog

fixes #1049

* fix lint
This commit is contained in:
Nolan Lawson 2019-02-28 20:49:09 -08:00 committed by GitHub
parent 6715bbdfd5
commit c98619adac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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)