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
metagrid-go
metagrid-vue
Commits
f8b12043
Commit
f8b12043
authored
Jan 20, 2021
by
tobinski
Browse files
Trigger validation for real matching
parent
3d3a7e45
Pipeline
#6489
passed with stage
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/MatchForm.vue
View file @
f8b12043
...
...
@@ -140,8 +140,8 @@
**/
async
preSave
()
{
// Validate form
this
.
$v
.
form
.
$touch
();
if
(
this
.
$v
.
form
.
$anyError
)
{
this
.
$v
.
single
.
$touch
();
if
(
this
.
$v
.
single
.
$anyError
)
{
return
;
}
...
...
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