diff --git a/app/components/app/mcu-procedure/entry-form.vue b/app/components/app/procedure-src/entry-form.vue similarity index 100% rename from app/components/app/mcu-procedure/entry-form.vue rename to app/components/app/procedure-src/entry-form.vue diff --git a/app/components/app/mcu-procedure/list-cfg.ts b/app/components/app/procedure-src/list-cfg.ts similarity index 100% rename from app/components/app/mcu-procedure/list-cfg.ts rename to app/components/app/procedure-src/list-cfg.ts diff --git a/app/components/app/mcu-procedure/list.vue b/app/components/app/procedure-src/list.vue similarity index 100% rename from app/components/app/mcu-procedure/list.vue rename to app/components/app/procedure-src/list.vue diff --git a/app/components/content/mcu-procedure/list.vue b/app/components/content/procedure-src/list.vue similarity index 97% rename from app/components/content/mcu-procedure/list.vue rename to app/components/content/procedure-src/list.vue index 750a217e..fad041ea 100644 --- a/app/components/content/mcu-procedure/list.vue +++ b/app/components/content/procedure-src/list.vue @@ -7,7 +7,7 @@ import RecordConfirmation from '~/components/pub/my-ui/confirmation/record-confi // Helpers import { usePaginatedList } from '~/composables/usePaginatedList' import { toast } from '~/components/pub/ui/toast' -import { config } from '~/components/app/mcu-procedure/list-cfg' +import { config } from '~/components/app/procedure-src/list-cfg' // Types import { ActionEvents, type HeaderPrep } from '~/components/pub/my-ui/data/types' import { ProcedureSrcSchema, type ProcedureSrcFormData } from '~/schemas/procedure-src.schema' @@ -125,7 +125,7 @@ onMounted(async () => { @search="handleSearch" class="mb-4 xl:mb-5" /> - { } " > -