Skip to content

Commit

Permalink
fixup! dApp: add channel open action
Browse files Browse the repository at this point in the history
  • Loading branch information
weilbith committed Sep 1, 2021
1 parent ef35b91 commit 7990240
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions raiden-dapp/src/components/channels/ChannelOpenAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { Component, Mixins } from 'vue-property-decorator';
import type { ChangeEvent } from 'raiden-ts';
import { EventTypes } from 'raiden-ts';
import ActionProgressCard from '@/components/ActionProgressCard.vue';
import RaidenDialog from '@/components/dialogs/RaidenDialog.vue';
import ActionMixin from '@/mixins/action-mixin';
import type { ActionProgressStep } from '@/model/types';
Expand Down Expand Up @@ -35,7 +33,7 @@ const cleanDepositStep: ActionProgressStep = {
failed: false,
};
@Component({ components: { ActionProgressCard, RaidenDialog } })
@Component
export default class ChannelOpenAction extends Mixins(ActionMixin) {
openStep = Object.assign({}, cleanOpenStep);
transferStep = Object.assign({}, cleanTransferStep);
Expand Down

0 comments on commit 7990240

Please # to comment.