fix: fix closing of account options dialog (#1060)
* fix: fix closing of account options dialog fixes #1049 * fix lint
This commit is contained in:
parent
6715bbdfd5
commit
c98619adac
|
@ -10,7 +10,6 @@
|
||||||
import ModalDialog from './ModalDialog.html'
|
import ModalDialog from './ModalDialog.html'
|
||||||
import { store } from '../../../_store/store'
|
import { store } from '../../../_store/store'
|
||||||
import GenericDialogList from './GenericDialogList.html'
|
import GenericDialogList from './GenericDialogList.html'
|
||||||
import { createDialogId } from '../helpers/createDialogId'
|
|
||||||
import { show } from '../helpers/showDialog'
|
import { show } from '../helpers/showDialog'
|
||||||
import { close } from '../helpers/closeDialog'
|
import { close } from '../helpers/closeDialog'
|
||||||
import { oncreate } from '../helpers/onCreateDialog'
|
import { oncreate } from '../helpers/onCreateDialog'
|
||||||
|
@ -26,9 +25,6 @@ import { reportStatusOrAccount } from '../../../_actions/report'
|
||||||
export default {
|
export default {
|
||||||
oncreate,
|
oncreate,
|
||||||
store: () => store,
|
store: () => store,
|
||||||
data: () => ({
|
|
||||||
id: createDialogId()
|
|
||||||
}),
|
|
||||||
computed: {
|
computed: {
|
||||||
//
|
//
|
||||||
// begin copypasta (StatusOptionsDialog.html / AccountProfileOptionsDialog.html)
|
// begin copypasta (StatusOptionsDialog.html / AccountProfileOptionsDialog.html)
|
||||||
|
|
Loading…
Reference in a new issue