Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
175b4a498353
Commit
175b4a49
authored
Oct 19, 2017
by
Filipa Lacerda
Browse files
Fix broken function invocation
parent
b22710410d86
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/registry/components/collapsible_container.vue
View file @
175b4a49
...
...
@@ -57,7 +57,7 @@
},
showError
(
message
)
{
Flash
(
(
errorMessages
[
message
])
)
;
Flash
(
errorMessages
[
message
]);
},
},
};
...
...
app/assets/javascripts/registry/components/table_registry.vue
View file @
175b4a49
...
...
@@ -57,7 +57,7 @@
},
showError
(
message
)
{
Flash
(
(
errorMessages
[
message
])
)
;
Flash
(
errorMessages
[
message
]);
},
},
};
...
...
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