Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(role): import the missing component
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 15, 2022
1 parent 6847973 commit b273a71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/role/read.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,17 @@ import type { DeserializedRoleDocument, RoleAttributes } from "$/types/documents
import Fetcher from "$@/fetchers/role"
import makeSwitch from "$@/helpers/make_switch"
import fillSuccessMessages from "$@/helpers/fill_success_messages"
import makeFlagSelectorInfos from "@/role/make_flag_selector_infos"
import extractAllErrorDetails from "$@/helpers/extract_all_error_details"
import { UPDATE, ARCHIVE_AND_RESTORE } from "$/permissions/role_combinations"
import { role as permissionGroup } from "$/permissions/permission_list"
import Suspensible from "@/helpers/suspensible.vue"
import FlagSelector from "@/role/flag_selector.vue"
import fillSuccessMessages from "$@/helpers/fill_success_messages"
import extractAllErrorDetails from "$@/helpers/extract_all_error_details"
import ReceivedErrors from "@/helpers/message_handlers/received_errors.vue"
import RoleNameField from "@/fields/non-sensitive_text_capital.vue"
import ReceivedErrors from "@/helpers/message_handlers/received_errors.vue"
import ConfirmationPassword from "@/authentication/confirmation_password.vue"
import ReceivedSuccessMessages from "@/helpers/message_handlers/received_success_messages.vue"
Expand Down

0 comments on commit b273a71

Please sign in to comment.