From 8bc84bd260f674c6707db51f961056847e332e5e Mon Sep 17 00:00:00 2001
From: Hannah Wolfe <erisds@gmail.com>
Date: Wed, 24 Sep 2014 15:26:23 +0100
Subject: [PATCH] Fix button class on upload modal

no issue

- this makes sure that the cancel button on the upload modal gets the
  correct class
---
 core/client/components/gh-upload-modal.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/client/components/gh-upload-modal.js b/core/client/components/gh-upload-modal.js
index 238284941a..4512c8b1be 100644
--- a/core/client/components/gh-upload-modal.js
+++ b/core/client/components/gh-upload-modal.js
@@ -13,7 +13,7 @@ var UploadModal = ModalDialog.extend({
             func: function () { // The function called on rejection
                 return true;
             },
-            buttonClass: true,
+            buttonClass: 'btn btn-default',
             text: 'Cancel' // The reject button text
         },
         accept: {