Skip to content

Commit

Permalink
end merging easy and advanced format
Browse files Browse the repository at this point in the history
  • Loading branch information
syrk4web committed Jul 22, 2024
1 parent a2d6dfc commit 3540903
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 896 deletions.
2 changes: 1 addition & 1 deletion src/ui/client/dashboard/components/Form/Advanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Text from "@components/Widget/Text.vue";
import Filter from "@components/Widget/Filter.vue";
import GroupMultiple from "@components/Forms/Group/Multiple.vue";
import { plugin_types } from "@utils/variables";
import { useAdvancedForm } from "@store/advanced.js";
import { useAdvancedForm } from "@store/form.js";
import { useCheckPluginsValidity } from "@utils/form.js";
import { v4 as uuidv4 } from "uuid";
/**
Expand Down
4 changes: 2 additions & 2 deletions src/ui/client/dashboard/components/Form/Easy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Button from "@components/Widget/Button.vue";
import Text from "@components/Widget/Text.vue";
import { v4 as uuidv4 } from "uuid";
import { useCheckPluginsValidity } from "@utils/form.js";
import { useEasyForm } from "@store/easy.js";
import { useEasyForm } from "@store/form.js";
/**
@name Form/Easy.vue
Expand Down Expand Up @@ -138,7 +138,7 @@ onUnmounted(() => {
<Title type="card" :title="'dashboard_easy_mode'" />
<Subtitle type="card" :subtitle="'dashboard_easy_mode_subtitle'" />

<template v-for="(step, id) in easyForm.templateUI">
<template v-for="(step, id) in easyForm.templateUIFormat">
<Container
data-is="content"
data-easy-form-step
Expand Down
285 changes: 0 additions & 285 deletions src/ui/client/dashboard/store/advanced.js

This file was deleted.

Loading

0 comments on commit 3540903

Please sign in to comment.