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
b6e271ef
Commit
b6e271ef
authored
Mar 01, 2022
by
Tobinsk
Browse files
Merge branch '38-safari-bug' into 'master'
Resolve "Matching Bug" Closes
#38
See merge request
!55
parents
31b036cd
b7d80a30
Pipeline
#8879
passed with stages
in 9 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/store/concordance/index.ts
View file @
b6e271ef
...
...
@@ -266,6 +266,10 @@ const concordance: Module<ConcordanceState, any> = {
throw
Error
(
r
.
statusText
);
}
}).
catch
((
err
)
=>
{
// clear list
// hint: this will clear the proposal edit form
commit
(
Mutations
.
CLEAR_EDIT_LIST
);
// throw error
const
metagridError
:
MetagridError
=
{
title
:
"
Network error
"
,
message
:
'
Can
\'
t merge concordances.
'
,
...
...
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