diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-10-03 19:22:04 -0500 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-10-03 19:39:20 -0500 |
commit | b94a26ad15f760a5e70f951747c1341e64e77119 (patch) | |
tree | fa146f43595e8f1fea5d0fd8d541217d882e6b4f /changelogs | |
parent | 5a23af928e52350039f1db8eee97278d34d1f1b0 (diff) | |
download | gitlab-ce-38417-use-explicit-boolean-vue-attribute.tar.gz |
Use explicit boolean true attribute for show-disabled-button38417-use-explicit-boolean-vue-attribute
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38417
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/38417-use-explicit-boolean-vue-attribute.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/38417-use-explicit-boolean-vue-attribute.yml b/changelogs/unreleased/38417-use-explicit-boolean-vue-attribute.yml new file mode 100644 index 00000000000..419e9295d32 --- /dev/null +++ b/changelogs/unreleased/38417-use-explicit-boolean-vue-attribute.yml @@ -0,0 +1,5 @@ +--- +title: Use explicit boolean true attribute for show-disabled-button in Vue files +merge_request: 14672 +author: +type: fixed |