Commit 1dcb32d1 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for app/assets/javascripts/environments/components/environment_rollback.vue [ci skip]

parent 78114e2f
<script> <script>
/** /**
<<<<<<< HEAD
* Renders Rollback or Re deploy button in environments table depending * Renders Rollback or Re deploy button in environments table depending
* of the provided property `isLastDeployment`. * of the provided property `isLastDeployment`.
* *
* Makes a post request when the button is clicked. * Makes a post request when the button is clicked.
*/ */
=======
* Renders Rollback or Re deploy button in environments table depending
* of the provided property `isLastDeployment`.
*
* Makes a post request when the button is clicked.
*/
>>>>>>> upstream/master
import eventHub from '../event_hub'; import eventHub from '../event_hub';
import loadingIcon from '../../vue_shared/components/loading_icon.vue'; import loadingIcon from '../../vue_shared/components/loading_icon.vue';
...@@ -20,24 +12,12 @@ ...@@ -20,24 +12,12 @@
components: { components: {
loadingIcon, loadingIcon,
}, },
<<<<<<< HEAD
=======
>>>>>>> upstream/master
props: { props: {
retryUrl: { retryUrl: {
type: String, type: String,
default: '', default: '',
}, },
<<<<<<< HEAD
isLastDeployment: {
type: Boolean,
default: true,
},
},
=======
isLastDeployment: { isLastDeployment: {
type: Boolean, type: Boolean,
...@@ -45,7 +25,6 @@ ...@@ -45,7 +25,6 @@
}, },
}, },
>>>>>>> upstream/master
data() { data() {
return { return {
isLoading: false, isLoading: false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment