Unusage codes and files ejected

This commit is contained in:
Burak Civan
2021-05-29 17:01:22 +03:00
parent cb0fa5a804
commit 4c49095928
10 changed files with 19 additions and 299 deletions

View File

@ -296,7 +296,7 @@ import { Step, Steps, Select, Option } from "element-ui";
import AkauntingRadioGroup from "./../../components/forms/AkauntingRadioGroup";
import BulkAction from "./../../plugins/bulk-action";
import MixinsGlobal from "./../../mixins/global";
import WizardAction from "./wizardAction";
import WizardAction from "./../../mixins/wizardAction";
export default {
name: "Currencies",
@ -409,6 +409,7 @@ export default {
prev() {
if (this.active-- > 2);
history.back()
this.$router.push("/wizard/companies");
},