fix: role creation

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-07-12 15:06:46 +08:00
parent 37cf54bcd6
commit e721fadf86
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const creationFormState = ref<CreationFormState>({
"plugin.halo.run/display-name": "",
}!,
},
rules: [],
},
selectedRoleTemplates: [],
saving: false,