Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vue-unistra
formbuilder
Commits
7e211296
Commit
7e211296
authored
Jan 31, 2022
by
MARCO Jonathan
Browse files
🔀
Merge branch 'release/3.0.32'
parents
b2dfd22f
c731671a
Pipeline
#72541
passed with stage
in 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7e211296
{
"name"
:
"@vue-unistra/formbuilder"
,
"version"
:
"3.0.3
1
"
,
"version"
:
"3.0.3
2
"
,
"main"
:
"dist/index.js"
,
"files"
:
[
"dist/*"
,
...
...
src/store/modules/form/messages/getters.ts
View file @
7e211296
...
...
@@ -45,7 +45,7 @@ export const messagesGetter: GetterTree<FormState, RootState> = {
)
=>
string
=>
{
return
(
field
,
locale
,
prop
):
string
=>
{
const
message
=
state
.
messages
.
locales
[
locale
][
field
]
as
Locale
;
return
message
[
prop
]
||
''
;
return
message
?.
[
prop
]
||
''
;
};
},
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment