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

Commit

Permalink
rfmt(role): add list redirector
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 20, 2022
1 parent e55799c commit f4b3e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/role/read.page.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<template>
<ListRedirector resource-type="role"/>

<ReceivedErrors v-if="receivedErrors.length" :received-errors="receivedErrors"/>
<ReceivedSuccessMessages
v-if="successMessages.length"
Expand Down Expand Up @@ -75,6 +77,7 @@ import extractAllErrorDetails from "$@/helpers/extract_all_error_details"
import Suspensible from "@/helpers/suspensible.vue"
import FlagSelector from "@/role/flag_selector.vue"
import ListRedirector from "@/helpers/list_redirector.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"
Expand Down

0 comments on commit f4b3e9e

Please sign in to comment.