[go: nahoru, domu]

Skip to content

Commit

Permalink
ui: fix rule in validation provider
Browse files Browse the repository at this point in the history
This commit fixes the rule that is using a variable that is no longer used by
the component.

Signed-off-by: Leonardo R.S. Joao <leonardo.joao@ossystems.com.br>
  • Loading branch information
leonardojoao authored and otavio committed Feb 15, 2022
1 parent b0d3a87 commit 8a73eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/public_key/PublicKeyFormDialogAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
ref="providerData"
vid="key"
name="Data"
:rules="`required|parseKey:${action}`"
:rules="'required|parseKey:public'"
>
<v-textarea
v-model="publicKey.data"
Expand Down

0 comments on commit 8a73eda

Please sign in to comment.