diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-10-30 10:45:54 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-10-30 10:45:54 +0000 |
commit | 0ccacd7bbdbb63e451ec17e6a650d329f5d4ac9c (patch) | |
tree | 8bbc1da190d72eb1a56e6063155ac53933161ab1 /changelogs | |
parent | 05af98bfefba87f60eda58642a6422af10c129ae (diff) | |
download | gitlab-ce-0ccacd7bbdbb63e451ec17e6a650d329f5d4ac9c.tar.gz |
Prevents review app to render an empty dropdown.
When a deployment has no files to show in the dropdown we
fallback to the regular single button for the review app link.
This commit moves the review app link into a component since it's
used twice.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/53227-empty-list.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/53227-empty-list.yml b/changelogs/unreleased/53227-empty-list.yml new file mode 100644 index 00000000000..8b222145299 --- /dev/null +++ b/changelogs/unreleased/53227-empty-list.yml @@ -0,0 +1,6 @@ +--- +title: Only renders dropdown for review app changes when we have a list of files to + show. Otherwise will render the regular review app button +merge_request: +author: +type: other |