diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/groups/layout.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/groups/layout.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/groups/layout.js b/server/sonar-web/src/main/js/apps/groups/layout.js index e1a2df6a65a..473e1f3a5fd 100644 --- a/server/sonar-web/src/main/js/apps/groups/layout.js +++ b/server/sonar-web/src/main/js/apps/groups/layout.js @@ -30,4 +30,3 @@ export default Marionette.LayoutView.extend({ listFooterRegion: '#groups-list-footer' } }); - |