Skip to content
Snippets Groups Projects
Unverified Commit f89a827a authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update packages/frontend/src/pages/role.vue


Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
parent 43cb2d47
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ const props = withDefaults(defineProps<{
let tab = $ref(props.initialTab);
let role = $ref();
let error = $ref();
let visiable = $ref(false);
let visible = $ref(false);
watch(() => props.role, () => {
os.api('roles/show', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment