fix: role creation

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/588/head
Ryan Wang 2022-07-12 15:06:46 +08:00
parent ddbca25307
commit a4681ea8b1
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,